Merge pull request 'Remove --accept-flake-config' (#13) from jade/deny-flake-config into main
Reviewed-on: #13 Reviewed-by: raito <raito@noreply.git.lix.systems> Reviewed-by: Qyriad <qyriad@qyriad.me>
This commit is contained in:
commit
4f5abb7224
|
@ -524,7 +524,6 @@ def nix_build_config(
|
|||
# stop stuck builds after 20 minutes
|
||||
"--max-silent-time",
|
||||
str(60 * 20),
|
||||
"--accept-flake-config",
|
||||
"--out-link",
|
||||
util.Interpolate("result-%(prop:attr)s"),
|
||||
util.Interpolate("%(prop:drv_path)s^*"),
|
||||
|
|
Loading…
Reference in a new issue