Forgot to comment out

This commit is contained in:
Johannes Jöns 2023-02-24 17:21:53 +01:00
parent 10a7ce8a05
commit 92421caf4a
2 changed files with 8 additions and 19 deletions

View file

@ -10,11 +10,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1677126346, "lastModified": 1677247280,
"narHash": "sha256-4s+PPGC1M07QsPyeye5drc2JLa1lhDnCV3XAsG8+pH4=", "narHash": "sha256-sa+8MtoAOSLsWP9vf0qiJUyMovIEYgDzHE8TkoK04Hk=",
"owner": "ryantm", "owner": "ryantm",
"repo": "agenix", "repo": "agenix",
"rev": "c2a71c83c70844c5e31db69347e86af080bcdad0", "rev": "833f87c8ff574a29aea3e091045cbaed3cf86bc1",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -170,7 +170,9 @@
}, },
"naersk": { "naersk": {
"inputs": { "inputs": {
"nixpkgs": "nixpkgs" "nixpkgs": [
"nixpkgs"
]
}, },
"locked": { "locked": {
"lastModified": 1671096816, "lastModified": 1671096816,
@ -286,19 +288,6 @@
} }
}, },
"nixpkgs": { "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": { "locked": {
"lastModified": 1677063315, "lastModified": 1677063315,
"narHash": "sha256-qiB4ajTeAOVnVSAwCNEEkoybrAlA+cpeiBxLobHndE8=", "narHash": "sha256-qiB4ajTeAOVnVSAwCNEEkoybrAlA+cpeiBxLobHndE8=",
@ -397,7 +386,7 @@
"nixlib": "nixlib", "nixlib": "nixlib",
"nixos-generators": "nixos-generators", "nixos-generators": "nixos-generators",
"nixos-hardware": "nixos-hardware", "nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs_2", "nixpkgs": "nixpkgs",
"nur": "nur", "nur": "nur",
"peerix": "peerix", "peerix": "peerix",
"prismlauncher": "prismlauncher", "prismlauncher": "prismlauncher",

View file

@ -21,7 +21,7 @@ in
# Bus ID of the NVIDIA GPU. You can find it using lspci, either under 3D or VGA # Bus ID of the NVIDIA GPU. You can find it using lspci, either under 3D or VGA
#nvidiaBusId = "PCI:1:0:0"; #nvidiaBusId = "PCI:1:0:0";
}; # };
boot = { boot = {
#kernelPackages = pkgs.linuxPackages_5_10; #kernelPackages = pkgs.linuxPackages_5_10;