diff options
Diffstat (limited to 'build/rust/.envrc')
-rw-r--r-- | build/rust/.envrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/rust/.envrc b/build/rust/.envrc index c8c5665..3db39e6 100644 --- a/build/rust/.envrc +++ b/build/rust/.envrc @@ -1,8 +1,8 @@ +#!/usr/bin/env sh + use flake || use nix watch_file flake.nix -PATH_add ./target/debug -PATH_add ./target/release PATH_add ./scripts if on_git_branch; then |