forked from lix-project/lix
44272d8719
Commit c2154d4c84
renamed
"build-use-substitutes" to "use-substitutes", but that broke
"nix-copy-closure --use-substitutes".
5 lines
137 B
Bash
Executable file
5 lines
137 B
Bash
Executable file
#! @ENV_PROG@ nix-shell
|
|
#! nix-shell -I nixpkgs=shell.nix --no-substitute
|
|
#! nix-shell --pure -i bash -p foo bar
|
|
echo "$(foo) $(bar) $@"
|