diff options
Diffstat (limited to 'third_party/nix/tests/shell.shebang.rb')
-rw-r--r-- | third_party/nix/tests/shell.shebang.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/third_party/nix/tests/shell.shebang.rb b/third_party/nix/tests/shell.shebang.rb deleted file mode 100644 index ea67eb09c1c6..000000000000 --- a/third_party/nix/tests/shell.shebang.rb +++ /dev/null @@ -1,7 +0,0 @@ -#! @SHELL_PROG@ -#! ruby -#! nix-shell -I nixpkgs=shell.nix --no-substitute -#! nix-shell --pure -p ruby -i ruby - -# Contents doesn't matter. -abort("This shouldn't be executed.") |