Files
tree-sitter-nix-shell/corpus/shebang_with_sub_interpreter.txt
2023-07-04 09:06:08 +00:00

14 lines
206 B
Plaintext

==================
Minimal nix-shell invocation
==================
#!/usr/bin/env nix-shell
#!nix-shell -i bash
---
(source_file
(first_line)
(next_line
(annotation_line
(nix_shell_args))))