aboutsummaryrefslogtreecommitdiffhomepage
path: root/.envrc
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2023-02-10 10:21:30 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2023-02-15 14:07:48 -0500
commit847bb22acddd1ac5beb1d5b597eb43ff673f0fc4 (patch)
tree931cf0d9904c6e7f920d0cc2a55b670365eb89b3 /.envrc
parentnix flake & build, devShells etc. (diff)
nix .envrc, add ./result/bin path, flake.nix minor
Diffstat (limited to '.envrc')
-rw-r--r--.envrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.envrc b/.envrc
index a874689..6dd373f 100644
--- a/.envrc
+++ b/.envrc
@@ -13,6 +13,7 @@ watch_file flake.nix
if [ -f .envrc-local ]; then
source_env_if_exists .envrc-local || source .envrc-local
fi
+PATH_add result/bin
# echo "
#
# - nix flake update && nix flake check --show-trace && nix flake show && nix develop .#devShell