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