Use latest version of nix
This commit is contained in:
parent
f431173e0c
commit
517b582f0e
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ in
|
||||||
# };
|
# };
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
package = pkgs.nixVersions.stable;
|
package = pkgs.nixVersions.unstable;
|
||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue