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