mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Make --enable-gc the default
This commit is contained in:
parent
d823381c0a
commit
b874272f7a
3 changed files with 3 additions and 7 deletions
|
@ -30,9 +30,7 @@ rec {
|
|||
});
|
||||
|
||||
configureFlags =
|
||||
[
|
||||
"--enable-gc"
|
||||
] ++ lib.optionals stdenv.isLinux [
|
||||
lib.optionals stdenv.isLinux [
|
||||
"--with-sandbox-shell=${sh}/bin/busybox"
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue