all: switch to nix 2.17
This commit is contained in:
parent
e3656f968c
commit
bd568777f7
@ -1,4 +1,4 @@
|
||||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
let
|
||||
nixOptions = {
|
||||
gc = {
|
||||
@ -8,7 +8,7 @@ let
|
||||
};
|
||||
|
||||
# Enable flakes
|
||||
#package = pkgs.nixUnstable;
|
||||
package = pkgs.nixVersions.nix_2_17;
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user