Skip to content

Commit 4dd4c55

Browse files
committed
feat: add nix direnv source to .envrc
Signed-off-by: Brian McGee <[email protected]>
1 parent 6225883 commit 4dd4c55

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.envrc

+3
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
if ! has nix_direnv_version || ! nix_direnv_version 3.0.4; then
2+
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.4/direnvrc" "sha256-DzlYZ33mWF/Gs8DDeyjr8mnVmQGx7ASYqA5WlxwvBG4="
3+
fi
14
use flake

0 commit comments

Comments
 (0)