Add binary cache timeout and fallback
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 14m19s
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 14m19s
This commit is contained in:
@@ -12,6 +12,8 @@ in
|
||||
NIX_USER_CONF_FILES = toString (pkgs.writeText "nix.conf"
|
||||
''
|
||||
experimental-features = nix-command flakes ca-derivations repl-flake
|
||||
connect-timeout = 5
|
||||
fallback = true
|
||||
${lib.my.c.nix.cache.conf}
|
||||
'');
|
||||
|
||||
|
Reference in New Issue
Block a user