From c832112d06511c4496e75d6f6f64390eb788e9ed Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 10 Feb 2023 10:00:18 -0500 Subject: nix .env, add ./result/bin path --- .envrc | 1 + org/config_nix.org | 1 + 2 files changed, 2 insertions(+) diff --git a/.envrc b/.envrc index f053b70..3c33408 100644 --- a/.envrc +++ b/.envrc @@ -12,4 +12,5 @@ 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 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 -- cgit v1.2.3