14 lines
206 B
Plaintext
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))))
|