On retente nix 2.7

This commit is contained in:
Julien Malka 2022-03-29 22:19:54 +02:00
parent bbe349a650
commit 927532adc4

View file

@ -23,7 +23,7 @@ with lib;
automatic = true;
dates = "weekly";
};
package = pkgs.nixUnstable;
package = pkgs.unstable.nix;
extraOptions = ''
experimental-features = nix-command flakes
'';