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