about summary refs log tree commit diff
path: root/tests/shell.shebang.sh
blob: a6c4bc945921bf359ef5c231f1ad6b7a886d15a6 (plain) (blame)
1
2
3
4
#! @ENV_PROG@ nix-shell
#! nix-shell -I nixpkgs=shell.nix --option use-substitutes false
#! nix-shell --pure -i bash -p foo bar
echo "$(foo) $(bar) $@"