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:
jade 2024-05-06 19:06:55 -07:00
parent ea4b9ce350
commit d2ad4745c1

View file

@ -524,7 +524,6 @@ def nix_build_config(
# stop stuck builds after 20 minutes # stop stuck builds after 20 minutes
"--max-silent-time", "--max-silent-time",
str(60 * 20), str(60 * 20),
"--accept-flake-config",
"--out-link", "--out-link",
util.Interpolate("result-%(prop:attr)s"), util.Interpolate("result-%(prop:attr)s"),
util.Interpolate("%(prop:drv_path)s^*"), util.Interpolate("%(prop:drv_path)s^*"),