mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-03 13:54:29 +02:00
flake/dev: use nix-shell shebangs for scripts
Allow running the scripts directly without entering the devshell.
This commit is contained in:
parent
c39f5f39c3
commit
9cc99629f3
5 changed files with 11 additions and 4 deletions
|
@ -1,3 +1,6 @@
|
|||
#!/usr/bin/env nix-shell
|
||||
#!nix-shell -i python3 -p python3
|
||||
|
||||
import glob
|
||||
import os
|
||||
import re
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue