about summary refs log tree commit diff stats
path: root/build/c/.envrc
diff options
context:
space:
mode:
Diffstat (limited to 'build/c/.envrc')
-rw-r--r--build/c/.envrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/c/.envrc b/build/c/.envrc
index 8f9d5d7..3db39e6 100644
--- a/build/c/.envrc
+++ b/build/c/.envrc
@@ -1,7 +1,8 @@
+#!/usr/bin/env sh
+
 use flake || use nix
 watch_file flake.nix
 
-PATH_add ./target
 PATH_add ./scripts
 
 if on_git_branch; then