mirror of
https://github.com/NixOS/nix.git
synced 2025-12-07 09:31:01 +01:00
tests: add required file
This commit is contained in:
parent
ba56f8b953
commit
1169b75e34
1 changed files with 4 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue