builders: don't accept flake configs
https://github.com/NixOS/nix/issues/9649 https://gerrit.lix.systems/c/lix/+/1541
Martin Weinelt committed
Mar 6, 2025 at 01:33 UTC
d15ae7713891c38bb5f2ea0146376202a8517486
1 file changed
+1
builders/common/nix.nix
+1
@@ -23,6 +23,7 @@
23
};
24
25
settings = {
26
+ accept-flake-config = false;
27
builders-use-substitutes = true;
28
extra-experimental-features = [
29
"nix-command"