mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 06:42:28 +00:00
10 lines
294 B
Plaintext
Executable File
10 lines
294 B
Plaintext
Executable File
#! @ENV_PROG@ nix-shell
|
|
#! nix-shell "{ script, path, ... }: assert path == ./shell.nix; script { }"
|
|
#! nix-shell --no-substitute
|
|
#! nix-shell --expr
|
|
#! nix-shell --arg script "import ./shell.nix"
|
|
#! nix-shell --arg path "./shell.nix"
|
|
#! nix-shell -A shellDrv
|
|
#! nix-shell -i bash
|
|
echo "$FOO"
|