diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2018-01-04T15·57+0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2018-01-04T15·58+0100 |
commit | 44272d87193e6ab17d15501ebdcd317cdd39f616 (patch) | |
tree | d0e6aa18d9e8f9bb6c937cc0283b9f6cdf4cce1d /tests/shell.shebang.sh | |
parent | 1b851ae8f6332fb7a5c966a90b0cd3119af3d51d (diff) |
Rename "use-substitutes" to "substitute"
Commit c2154d4c8422ddc1c201d503bb52edff854af2ad renamed "build-use-substitutes" to "use-substitutes", but that broke "nix-copy-closure --use-substitutes".
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 c8e55ca9b90c..f7132043de44 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 --no-use-substitutes +#! nix-shell -I nixpkgs=shell.nix --no-substitute #! nix-shell --pure -i bash -p foo bar echo "$(foo) $(bar) $@" |