Browse Source

Allow .envrc to integrate into existing direnv environments

Signed-off-by: Gerard Hickey <[email protected]>
pull/3025/head
Gerard Hickey 2 weeks ago
parent
commit
10448f52e0
Failed to extract signature
  1. 3
      .envrc

3
.envrc

@ -1 +1,2 @@
use nix
source_up
nix-shell --version >/dev/null 2>&1 && use nix

Loading…
Cancel
Save