Updated to use new attribute
This commit is contained in:
parent
5634723880
commit
b1eb142ac5
|
@ -23,11 +23,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1664195620,
|
"lastModified": 1664538465,
|
||||||
"narHash": "sha256-/0V1a1gAR+QbiQe4aCxBoivhkxss0xyt2mBD6yDrgjw=",
|
"narHash": "sha256-EnlC7dDKX7X1wlnXkB1gmn9rBZQ0J9+biVTZHw//8us=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "62228ccc672ed000f35b1e5c82e4183e46767e52",
|
"rev": "10ecda252ce1b3b1d6403caeadbcc8f30d5ab796",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
# Make ready for nix flakes
|
# Make ready for nix flakes
|
||||||
nix.package = pkgs.nixFlakes;
|
nix.package = pkgs.nixVersions.stable;
|
||||||
nix.extraOptions = ''
|
nix.extraOptions = ''
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
'';
|
'';
|
||||||
|
@ -109,6 +109,7 @@
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
|
|
||||||
prusa-slicer
|
prusa-slicer
|
||||||
|
traceroute
|
||||||
];
|
];
|
||||||
|
|
||||||
# Some programs need SUID wrappers, can be configured further or are
|
# Some programs need SUID wrappers, can be configured further or are
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
# Make ready for nix flakes
|
# Make ready for nix flakes
|
||||||
nix.package = pkgs.nixFlakes;
|
nix.package = pkgs.nixVersions.stable;
|
||||||
nix.extraOptions = ''
|
nix.extraOptions = ''
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
'';
|
'';
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
hardware.opengl.enable = true;
|
hardware.opengl.enable = true;
|
||||||
|
|
||||||
# Make ready for nix flakes
|
# Make ready for nix flakes
|
||||||
nix.package = pkgs.nixFlakes;
|
nix.package = pkgs.nixVersions.stable;
|
||||||
nix.extraOptions = ''
|
nix.extraOptions = ''
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue