diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2023-02-10 10:00:18 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2023-02-10 10:00:18 -0500 |
commit | c832112d06511c4496e75d6f6f64390eb788e9ed (patch) | |
tree | 122699d89d9e738369c396259055610fe1c55fc9 /org | |
parent | nixify, enable nix install sisu for use here (diff) |
nix .env, add ./result/bin path
Diffstat (limited to 'org')
-rw-r--r-- | org/config_nix.org | 1 |
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 |