diff --git a/flake.lock b/flake.lock index 02b4ad1..e64f1d6 100644 --- a/flake.lock +++ b/flake.lock @@ -10,11 +10,11 @@ ] }, "locked": { - "lastModified": 1677126346, - "narHash": "sha256-4s+PPGC1M07QsPyeye5drc2JLa1lhDnCV3XAsG8+pH4=", + "lastModified": 1677247280, + "narHash": "sha256-sa+8MtoAOSLsWP9vf0qiJUyMovIEYgDzHE8TkoK04Hk=", "owner": "ryantm", "repo": "agenix", - "rev": "c2a71c83c70844c5e31db69347e86af080bcdad0", + "rev": "833f87c8ff574a29aea3e091045cbaed3cf86bc1", "type": "github" }, "original": { @@ -170,7 +170,9 @@ }, "naersk": { "inputs": { - "nixpkgs": "nixpkgs" + "nixpkgs": [ + "nixpkgs" + ] }, "locked": { "lastModified": 1671096816, @@ -286,19 +288,6 @@ } }, "nixpkgs": { - "locked": { - "lastModified": 1677063315, - "narHash": "sha256-qiB4ajTeAOVnVSAwCNEEkoybrAlA+cpeiBxLobHndE8=", - "path": "/nix/store/369wr4laqdqzh5brq1g7nfc1pbfh23sn-source", - "rev": "988cc958c57ce4350ec248d2d53087777f9e1949", - "type": "path" - }, - "original": { - "id": "nixpkgs", - "type": "indirect" - } - }, - "nixpkgs_2": { "locked": { "lastModified": 1677063315, "narHash": "sha256-qiB4ajTeAOVnVSAwCNEEkoybrAlA+cpeiBxLobHndE8=", @@ -397,7 +386,7 @@ "nixlib": "nixlib", "nixos-generators": "nixos-generators", "nixos-hardware": "nixos-hardware", - "nixpkgs": "nixpkgs_2", + "nixpkgs": "nixpkgs", "nur": "nur", "peerix": "peerix", "prismlauncher": "prismlauncher", diff --git a/systems/x86_64-linux/kami/hardware.nix b/systems/x86_64-linux/kami/hardware.nix index 8ded164..f31c037 100644 --- a/systems/x86_64-linux/kami/hardware.nix +++ b/systems/x86_64-linux/kami/hardware.nix @@ -21,7 +21,7 @@ in # Bus ID of the NVIDIA GPU. You can find it using lspci, either under 3D or VGA #nvidiaBusId = "PCI:1:0:0"; - }; + # }; boot = { #kernelPackages = pkgs.linuxPackages_5_10;