[UPGRADE/General] Upgrade to 22.05

Fix incompatible options
Enable flakes by default !
This commit is contained in:
Antoine Viallon 2022-06-09 01:06:34 +02:00
parent c84b845d12
commit b47462f73c
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
5 changed files with 10 additions and 8 deletions

View file

@ -29,9 +29,7 @@ in
nix.extraOptions = myLib.config.toNix {
builders-use-substitutes = true;
experimental-features = concatLists [
(optionals generalCfg.flakes.enable ["nix-command" "flakes"])
];
experimental-features = [ "nix-command" "flakes"];
download-attempts = 5;
stalled-download-timeout = 20;
};