Updated to use new attribute

This commit is contained in:
Alejandro Angulo 2022-10-02 09:47:25 -07:00
parent 5634723880
commit b1eb142ac5
4 changed files with 7 additions and 6 deletions

View file

@ -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": {

View file

@ -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

View file

@ -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
''; '';

View file

@ -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
''; '';