aboutsummaryrefslogtreecommitdiffhomepage
path: root/org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2023-02-10 10:00:18 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2023-02-10 10:00:18 -0500
commitc832112d06511c4496e75d6f6f64390eb788e9ed (patch)
tree122699d89d9e738369c396259055610fe1c55fc9 /org
parentnixify, enable nix install sisu for use here (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 720d980..5bf9d72 100644
--- a/org/config_nix.org
+++ b/org/config_nix.org
@@ -49,6 +49,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