Skip to content

Commit 53c435a

Browse files
committed
fix(direnv/lib): fix to upstream prj-spec direnv implementation
1 parent 9ebb1f6 commit 53c435a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.envrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ if [[ ! -d $(nix store add-path --name source --dry-run .) ]]; then
88
fi
99

1010
# shellcheck disable=SC1090
11-
. "$(fetchurl "https://raw.githubusercontent.com/paisano-nix/direnv/main/lib" "sha256-xW4rwzoXsFxlOzXAclafDuEbri3m80rFBGSMchQ3UTs=")"
11+
. "$(fetchurl "https://raw.githubusercontent.com/paisano-nix/direnv/main/lib" "sha256-IgQhKK7UHL1AfCUntJO2KCaIDJQotRnK2qC4Daxk+wI=")"
1212

1313
use envreload //local/shells/default //local/configs

0 commit comments

Comments
 (0)