aboutsummaryrefslogtreecommitdiffhomepage
path: root/.envrc
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2022-07-31 15:44:56 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2022-08-03 19:18:15 -0400
commit934b830f804c1acae1e5f2f55207a1f428244f1f (patch)
tree8b55d1cbc25cbaf59e2ac94db51c809b9f1cc1ab /.envrc
parentocn metaverse, rearrange (diff)
org nix adjust
Diffstat (limited to '.envrc')
-rw-r--r--.envrc10
1 files changed, 6 insertions, 4 deletions
diff --git a/.envrc b/.envrc
index c0adda9..a63ea48 100644
--- a/.envrc
+++ b/.envrc
@@ -1,8 +1,10 @@
NIX_ENFORCE_PURITY=0
-if ! has nix_direnv_version || ! nix_direnv_version 1.4.0; then
+NixDirEnvVersion="2.1.2"
+if ! has nix_direnv_version || ! nix_direnv_version ${NixDirEnvVersion}; then
# https://github.com/nix-community/nix-direnv
- source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/1.4.0/direnvrc" "sha256-4XfVDjv75eHMWN4G725VW7BoOV4Vl3vAabK4YXIfPyE="
+# source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/${NixDirEnvVersion}/direnvrc" "sha256-0000000000000000000000000000000000000000000="
+ source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/${NixDirEnvVersion}/direnvrc" "sha256-ytpQmMcUBR2czh8kGOqn/dmD6u55m3lDbeu/G8HGD7A="
fi
-if [ -e .env/local ]; then
- source_env_if_exists .env/local || source .env/local
+if [ -f .envrc-local ]; then
+ source_env_if_exists .envrc-local || source .envrc-local
fi