Keep nix at 2.17 until issue is fixed (see comment)
This commit is contained in:
parent
82cb587a11
commit
c5fe8cf845
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ in
|
|||
# };
|
||||
|
||||
nix = {
|
||||
package = pkgs.nixVersions.unstable;
|
||||
package = pkgs.nixVersions.nix_2_17; # Temporary until https://github.com/NixOS/nix/issues/9052 is fixed
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue