mirror of
https://github.com/NixOS/nix.git
synced 2024-11-23 07:12:27 +00:00
b501bea25f
nix-shell -A, -p and -i are lightly tested.
5 lines
151 B
Bash
Executable File
5 lines
151 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)"
|