From 2bb1c6d4948eecbdacea1267ee0a132aa88a7b5c Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 31 Mar 2024 23:44:59 +0200 Subject: fix(templates): Update already done templates with improvements from new ones --- templates/c/.envrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'templates/c/.envrc') diff --git a/templates/c/.envrc b/templates/c/.envrc index 77f9235..8f9d5d7 100644 --- a/templates/c/.envrc +++ b/templates/c/.envrc @@ -1,7 +1,8 @@ use flake || use nix watch_file flake.nix -PATH_add ./target/ +PATH_add ./target +PATH_add ./scripts if on_git_branch; then echo && git status --short --branch && -- cgit 1.4.1