nux instable recommandé pour les flakes

This commit is contained in:
Yves Dubromelle
2022-08-09 18:54:50 +02:00
committed by Yves Dubromelle
parent 3fcc75fc55
commit 9d5db185b3

View File

@@ -13,6 +13,7 @@ in
system.autoUpgrade.enable = flags.auto-upgrade;
nix = {
package = pkgs.nixUnstable;
extraOptions = ''
experimental-features = nix-command flakes
'';