1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 10:41:16 +02:00

maintainers/release-*: Add mode line

This lets various tools figure out the language more easily.
This commit is contained in:
Robert Hensing 2024-07-30 17:35:46 +02:00
parent 850e4779d6
commit f011cfd28d
2 changed files with 2 additions and 0 deletions

View file

@ -1,4 +1,5 @@
#!/usr/bin/env nix #!/usr/bin/env nix
# vim: set filetype=python:
#!nix develop --impure --expr #!nix develop --impure --expr
#!nix `` #!nix ``
#!nix let flake = builtins.getFlake ("git+file://" + toString ../.); #!nix let flake = builtins.getFlake ("git+file://" + toString ../.);

View file

@ -1,4 +1,5 @@
#!/usr/bin/env nix #!/usr/bin/env nix
# vim: set filetype=bash:
#!nix shell .#changelog-d --command bash #!nix shell .#changelog-d --command bash
# --- CONFIGURATION --- # --- CONFIGURATION ---