Remove --accept-flake-config
This is a cursed option that is free root for anyone who puts hacks into flake.nix. We don't actually use `nixConfig` in Lix, so we can just delete this thing. Fixes: #11
This commit is contained in:
parent
ea4b9ce350
commit
d2ad4745c1
|
@ -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