diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-11-20 17:50:49 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-11-20 17:50:49 +0100 |
commit | 193330d321d3e394d1ce01c7e1dbea28ace68323 (patch) | |
tree | 5c021a494330341cbdde6e810a3b836c3187a88a /tests/shell.shebang.sh | |
parent | 91a19876073a2ed8fef2139fba906cfac1e96f83 (diff) |
Test: Replace --option with the corresponding flag
Diffstat (limited to 'tests/shell.shebang.sh')
-rwxr-xr-x | tests/shell.shebang.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shell.shebang.sh b/tests/shell.shebang.sh index a6c4bc945..c8e55ca9b 100755 --- a/tests/shell.shebang.sh +++ b/tests/shell.shebang.sh @@ -1,4 +1,4 @@ #! @ENV_PROG@ nix-shell -#! nix-shell -I nixpkgs=shell.nix --option use-substitutes false +#! nix-shell -I nixpkgs=shell.nix --no-use-substitutes #! nix-shell --pure -i bash -p foo bar echo "$(foo) $(bar) $@" |