diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-04-20 19:13:21 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-04-20 19:16:39 -0400 |
commit | 08e51e75cab75abc20992faed5fd8215d1b48d28 (patch) | |
tree | cfc56e49e4f77363d02b22b3f0342ee1cbc27f20 /.envrc | |
parent | ext-dep: d2sqlite3 updated (diff) |
spine_build_scaffold: nix related housekeeping
- mkDub.nix (dub2nix) use lib,
stdenv.lib deprecated
- .envrc stop using lorri
- .envrc-local_ set local variables as needed
Diffstat (limited to '.envrc')
-rw-r--r-- | .envrc | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -1,10 +1,4 @@ -if type lorri &>/dev/null; then - echo "direnv: using lorri from PATH ($(type -p lorri))" - eval "$(lorri direnv)" -else # fallback prevent bootstrapping problems by using direnv's builtin nix support - use nix - NIX_ENFORCE_PURITY=0 -fi +NIX_ENFORCE_PURITY=0 if [ -e .envrc-local ]; then # source an additional user-specific .envrc in ./.envrc-local source .envrc-local fi |