Skip to content

Commit

Permalink
Update envrc to use newer nix-direnv which is faster
Browse files Browse the repository at this point in the history
  • Loading branch information
airhorns committed Aug 14, 2024
1 parent 41007cc commit 1a3b837
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if ! has nix_direnv_version || ! nix_direnv_version 3.0.5; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.5/direnvrc" "sha256-RuwIS+QKFj/T9M2TFXScjBsLR6V3A17YVoEW/Q6AZ1w="
fi

use flake

source_env_if_exists .envrc.local

0 comments on commit 1a3b837

Please sign in to comment.