This change feels kind of gross and reveals a fair bit about the disorganization of our tests, but I think it makes parts of it a bit better. Change-Id: Idb8d9a00cbd75d5c156678c6b408b42b59d5e4d7
5 lines
137 B
Bash
Executable File
5 lines
137 B
Bash
Executable File
#! @ENV_PROG@ nix-shell
|
|
#! nix-shell -I nixpkgs=shell.nix --no-substitute
|
|
#! nix-shell --pure -i bash -p foo bar
|
|
echo "$(foo) $(bar) $@"
|