mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
Only pass --with-sandbox-shell on Linux
This commit is contained in:
parent
fe08d17934
commit
9bdb88ea6e
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ rec {
|
|||
configureFlags =
|
||||
[ "--disable-init-state"
|
||||
"--enable-gc"
|
||||
] ++ pkgs.lib.optionals pkgs.stdenv.isLinux [
|
||||
"--with-sandbox-shell=${sh}/bin/busybox"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue