Skip to content

Commit f40500c

Browse files
committed
nix: fallback enabled
Dumb to need a config to say this...
1 parent 87d07d9 commit f40500c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

modules/shared/nix/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,8 @@ in
248248
"pipe-operators"
249249
"dynamic-derivations"
250250
];
251+
# Prevent builds failing just because we can't contact a substituter
252+
fallback = true;
251253
flake-registry = "/etc/nix/registry.json";
252254
http-connections = 0;
253255
keep-derivations = true;

0 commit comments

Comments
 (0)