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