Add binary cache timeout and fallback
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 14m19s

This commit is contained in:
2023-11-18 00:10:05 +00:00
parent a9a6409034
commit edb5767770
3 changed files with 6 additions and 0 deletions

View File

@@ -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}
'');