Skip to content

Commit

Permalink
fix(direnv/lib): fix to upstream prj-spec direnv implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Jun 30, 2023
1 parent 9ebb1f6 commit 53c435a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ if [[ ! -d $(nix store add-path --name source --dry-run .) ]]; then
fi

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

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

0 comments on commit 53c435a

Please sign in to comment.