1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 14:21:48 +02:00

tests/functional: use script flags compatible with macOS

Co-authored-by: John Ericson <git@JohnEricson.me>
This commit is contained in:
Jörg Thalheim 2025-03-21 18:01:25 +01:00
parent 2172c17b5e
commit f02c57dbfa
2 changed files with 33 additions and 4 deletions

View file

@ -11,6 +11,7 @@
git,
mercurial,
util-linux,
unixtools,
nix-store,
nix-expr,
@ -54,6 +55,7 @@ mkMesonDerivation (
jq
git
mercurial
unixtools.script
]
++ lib.optionals stdenv.hostPlatform.isLinux [
# For various sandboxing tests that needs a statically-linked shell,