all: switch to nix 2.17

This commit is contained in:
Aaron Bieber 2024-01-02 18:27:47 -07:00
parent e3656f968c
commit bd568777f7
No known key found for this signature in database

View File

@ -1,4 +1,4 @@
{ ... }: { pkgs, ... }:
let let
nixOptions = { nixOptions = {
gc = { gc = {
@ -8,7 +8,7 @@ let
}; };
# Enable flakes # Enable flakes
#package = pkgs.nixUnstable; package = pkgs.nixVersions.nix_2_17;
extraOptions = '' extraOptions = ''
experimental-features = nix-command flakes experimental-features = nix-command flakes
''; '';