mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 06:42:28 +00:00
tests: add required file
This commit is contained in:
parent
ba56f8b953
commit
1169b75e34
4
tests/shell.shebang.expr
Executable file
4
tests/shell.shebang.expr
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#! @ENV_PROG@ nix-shell
|
||||||
|
#! nix-shell -E "with (import ./shell.nix {}); runCommand \"hi\" {buildInputs = [ruby];} \"\""
|
||||||
|
#! nix-shell --pure -i ruby
|
||||||
|
puts ARGV[1]
|
Loading…
Reference in New Issue
Block a user