mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
5 lines
151 B
Bash
5 lines
151 B
Bash
|
#! @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)"
|