mirror of
https://github.com/NixOS/nix.git
synced 2024-11-23 15:22:27 +00:00
c287e797a8
"i < argc - 1" should be "i < argc".
5 lines
154 B
Bash
Executable File
5 lines
154 B
Bash
Executable File
#! @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) $@"
|