mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[UPGRADE/General] Upgrade to 22.05
Fix incompatible options Enable flakes by default !
This commit is contained in:
parent
c84b845d12
commit
b47462f73c
5 changed files with 10 additions and 8 deletions
4
nix.nix
4
nix.nix
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue