base: nix: nix 2.4 is now stable

This commit is contained in:
Antoine Martin 2021-11-19 11:45:36 +01:00
parent 0de88dfb81
commit 95d9ff4249

View file

@ -3,7 +3,7 @@
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
nix = { nix = {
package = pkgs.nixUnstable; package = pkgs.nixStable;
extraOptions = '' extraOptions = ''
experimental-features = nix-command flakes experimental-features = nix-command flakes
''; '';