From bb99ed9aedfd91257a1d3a1755006b4700d7f828 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 1 Dec 2024 12:49:35 +0100 Subject: build(.envrc): Denote the executing shell --- unmaintained_templates/markdown/.envrc | 4 ++++ unmaintained_templates/python/.envrc | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'unmaintained_templates') 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 -- cgit 1.4.1