mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 20:16:03 +01:00
4 lines
160 B
Text
Executable file
4 lines
160 B
Text
Executable file
#! @ENV_PROG@ nix-shell
|
|
#! nix-shell -E "with (import ./shell.nix {}); runCommand \"hi\" {buildInputs = [ruby];} \"\""
|
|
#! nix-shell --pure -i ruby
|
|
puts ARGV[1]
|