From 237dfef46978b8941ffa25c1be8015c69e9780f5 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 13 Jun 2024 06:34:13 +0200 Subject: build(.envrc): Add the correct cargo build output locations to PATH --- .envrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.envrc b/.envrc index 77f9235..483d4b7 100644 --- a/.envrc +++ b/.envrc @@ -1,7 +1,8 @@ use flake || use nix watch_file flake.nix -PATH_add ./target/ +PATH_add ./target/debug +PATH_add ./target/release if on_git_branch; then echo && git status --short --branch && -- cgit 1.4.1