diff options
Diffstat (limited to 'unmaintained_templates/python/.envrc')
-rw-r--r-- | unmaintained_templates/python/.envrc | 6 |
1 files changed, 5 insertions, 1 deletions
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 |