about summary refs log tree commit diff stats
path: root/unmaintained_templates/python
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-12-01 12:49:35 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-12-01 12:49:57 +0100
commitbb99ed9aedfd91257a1d3a1755006b4700d7f828 (patch)
treee248278026ed3caa06108cb13fd3c771186e3c37 /unmaintained_templates/python
parentbuild(flake): Update (diff)
downloadflake-templates-bb99ed9aedfd91257a1d3a1755006b4700d7f828.tar.gz
flake-templates-bb99ed9aedfd91257a1d3a1755006b4700d7f828.zip
build(.envrc): Denote the executing shell
Diffstat (limited to 'unmaintained_templates/python')
-rw-r--r--unmaintained_templates/python/.envrc6
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