Skip to content

Commit d15ae77

Browse files
committed
builders: don't accept flake configs
NixOS/nix#9649 https://gerrit.lix.systems/c/lix/+/1541
1 parent ae6761b commit d15ae77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builders/common/nix.nix

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
};
2424

2525
settings = {
26+
accept-flake-config = false;
2627
builders-use-substitutes = true;
2728
extra-experimental-features = [
2829
"nix-command"

0 commit comments

Comments
 (0)