diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-06-18 10:23:42 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-06-18 10:23:42 -0400 |
commit | fc00c1e76f2dc077486da90908c9cd0a0ca78b0e (patch) | |
tree | 759fb4097ccdbabf63f47a535663e4cb55bc1d29 /.envrc | |
parent | ruby3, code runs (check output) (diff) |
nix: update things nix
Diffstat (limited to '.envrc')
-rw-r--r-- | .envrc | 15 |
1 files changed, 3 insertions, 12 deletions
@@ -1,13 +1,4 @@ -if type lorri &>/dev/null; then - echo "direnv: using lorri from PATH ($(type -p lorri))" - eval "$(lorri direnv)" -else - # fall back to using direnv's builtin nix support - # to prevent bootstrapping problems. - use nix - NIX_ENFORCE_PURITY=0 -fi -# source an additional user-specific .envrc in ./.envrc-local -if [ -e .envrc-local ]; then - source .envrc-local +NIX_ENFORCE_PURITY=0 +if [ -e .envrc-local ]; then # source an additional user-specific .envrc in ./.envrc-local + source .envrc-local fi |