2017-01-01 16:45:51 +00:00
|
|
|
#! @ENV_PROG@ nix-shell
|
2017-04-13 18:53:23 +00:00
|
|
|
#! nix-shell -I nixpkgs=shell.nix --option build-use-substitutes false
|
2017-01-01 16:45:51 +00:00
|
|
|
#! nix-shell --pure -i bash -p foo bar
|
2017-01-03 10:40:51 +00:00
|
|
|
echo "$(foo) $(bar) $@"
|