Update flake inputs

This commit is contained in:
joachimschmidt557 2022-03-23 18:42:48 +01:00
parent 7511309f1c
commit ae6c242865
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
3 changed files with 15 additions and 23 deletions

18
flake.lock generated
View file

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"emacs-overlay": { "emacs-overlay": {
"locked": { "locked": {
"lastModified": 1643193471, "lastModified": 1647940792,
"narHash": "sha256-LRp9AKw8AtEoWVXJj21n7hE7BDZE1lrW+2xTgs16aSM=", "narHash": "sha256-5pofvgMncMId9pWU2sGSNlByn/jwqvOAHcKoZcAiHFo=",
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "588aced1ae8ad4107d9705649c69a35e7919f409", "rev": "6d9fd817e8f2606df8a5afc138b840c9dc7184f3",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -17,11 +17,11 @@
}, },
"flake-utils": { "flake-utils": {
"locked": { "locked": {
"lastModified": 1642700792, "lastModified": 1644229661,
"narHash": "sha256-XqHrk7hFb+zBvRg6Ghl+AZDq03ov6OshJLiSWOoX5es=", "narHash": "sha256-1YdnJAsNy69bpcjuoKdOYQX0YxZBiCYZo4Twxerqv7k=",
"owner": "numtide", "owner": "numtide",
"repo": "flake-utils", "repo": "flake-utils",
"rev": "846b2ae0fc4cc943637d3d1def4454213e203cba", "rev": "3cecb5b042f7f209c56ffd8371b2711a290ec797",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -32,11 +32,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1643080866, "lastModified": 1647800324,
"narHash": "sha256-iO3Z6jw0HEiie8UnXVpq1SxphprDYBXrVzubEa5D4eE=", "narHash": "sha256-rjwoxrk16zfrcO5Torh6CbAd5GHsHrXw+EwxOvh9AUI=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c07b471b52be8fbc49a7dc194e9b37a6e19ee04d", "rev": "9bc841fec1c0e8b9772afa29f934d2c7ce57da8e",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -1,21 +1,12 @@
{ pkgs }: { pkgs }:
let
nixpkgsWithLLVM13_0_1 = pkgs.fetchFromGitHub {
owner = "TerrorJack";
repo = "nixpkgs";
rev = "1a8754caf8eb8831b904daaf34b2ee737053b383";
sha256 = "jmZIAMpm5wPw1QclgA6jsgMbN5MinakuXtUFHZWd5kY=";
};
pkgsFork = import nixpkgsWithLLVM13_0_1 { system = pkgs.system; };
in
pkgs.mkShell { pkgs.mkShell {
buildInputs = with pkgs; [ buildInputs = with pkgs; [
cmake cmake
ninja ninja
pkgsFork.llvmPackages_13.clang-unwrapped llvmPackages_13.clang-unwrapped
pkgsFork.llvmPackages_13.llvm llvmPackages_13.llvm
pkgsFork.llvmPackages_13.lld llvmPackages_13.lld
libxml2 libxml2
zlib zlib
]; ];

View file

@ -73,6 +73,9 @@
networking.wireless.interfaces = [ "wlp2s0" ]; networking.wireless.interfaces = [ "wlp2s0" ];
# networking.wireless.userControlled.enable = true; # networking.wireless.userControlled.enable = true;
networking.wireguard.enable = true;
networking.firewall.checkReversePath = "loose";
# The global useDHCP flag is deprecated, therefore explicitly set to false here. # The global useDHCP flag is deprecated, therefore explicitly set to false here.
# Per-interface useDHCP will be mandatory in the future, so this generated config # Per-interface useDHCP will be mandatory in the future, so this generated config
# replicates the default behaviour. # replicates the default behaviour.
@ -105,8 +108,6 @@
openrgb openrgb
]; ];
# services.logind.lidSwitch = "ignore";
# Configure console # Configure console
console = { console = {
font = "Lat2-Terminus16"; font = "Lat2-Terminus16";