mirror of
https://github.com/NixOS/nix
synced 2025-07-08 19:23:54 +02:00
Drop all references to --disable-init-state
It's all dead code since 2014 (commit 0c6d62cf27
).
This commit is contained in:
parent
cc7b4386b1
commit
458282be59
3 changed files with 1 additions and 11 deletions
|
@ -30,7 +30,7 @@ rec {
|
|||
});
|
||||
|
||||
configureFlags =
|
||||
[ "--disable-init-state"
|
||||
[
|
||||
"--enable-gc"
|
||||
] ++ lib.optionals stdenv.isLinux [
|
||||
"--with-sandbox-shell=${sh}/bin/busybox"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue