diff options
Diffstat (limited to 'unmaintained_templates')
-rw-r--r-- | unmaintained_templates/markdown/.envrc | 4 | ||||
-rw-r--r-- | unmaintained_templates/python/.envrc | 6 |
2 files changed, 9 insertions, 1 deletions
diff --git a/unmaintained_templates/markdown/.envrc b/unmaintained_templates/markdown/.envrc index 3550a30..60ea3da 100644 --- a/unmaintained_templates/markdown/.envrc +++ b/unmaintained_templates/markdown/.envrc @@ -1 +1,5 @@ +#!/usr/bin/env sh + use flake + +# vim: ft=sh diff --git a/unmaintained_templates/python/.envrc b/unmaintained_templates/python/.envrc index 958a322..3f08217 100644 --- a/unmaintained_templates/python/.envrc +++ b/unmaintained_templates/python/.envrc @@ -1,2 +1,6 @@ +#!/usr/bin/env sh + nix_direnv_watch_file requirements.txt -use flake \ No newline at end of file +use flake + +# vim: ft=sh |