aboutsummaryrefslogtreecommitdiffhomepage
path: root/org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2023-02-10 09:58:36 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2023-02-10 09:58:42 -0500
commit5ca3396964d99d07ac6534ae0e2686b4e4bb0ff8 (patch)
tree949ea46c913396bd707ac1b42dbf40fe0ab5147d /org
parentnix flake, install & devShells etc. (diff)
nix .env, add ./result/bin path
Diffstat (limited to 'org')
-rw-r--r--org/config_nix.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/org/config_nix.org b/org/config_nix.org
index 019cac7c..a3470078 100644
--- a/org/config_nix.org
+++ b/org/config_nix.org
@@ -47,6 +47,7 @@ watch_file flake.nix
if [ -f .envrc-local ]; then
source_env_if_exists .envrc-local || source .envrc-local
fi
+PATH_add result/bin
#nix flake update && nix flake check --show-trace && nix flake show
#+END_SRC