diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2025-06-07 11:35:51 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2025-06-07 11:35:55 -0400 |
commit | 03160d6114c3fb835b079f20797dac6b88ab5cbc (patch) | |
tree | 3f82d126d8b27426b1c023df75f7c567ae7c1eb2 /.envrc-nix | |
parent | org ready ldc-1.41.0-beta1; flake using ldc-1.40.1 (diff) |
- related updates to files
- notes on updating these added (.org)
Diffstat (limited to '.envrc-nix')
-rw-r--r-- | .envrc-nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ NIX_ENFORCE_PURITY=1 # - https://github.com/nix-community/nix-direnv -NixDirEnvVersion="3.0.6" -NixDirEnvSHA="sha256-RYcUJaRMf8oF5LznDrlCXbkOQrywm0HDv1VjYGaJGdM=" +NixDirEnvVersion="3.0.7" +NixDirEnvSHA="sha256-bn8WANE5a91RusFmRI7kS751ApelG02nMcwRekC/qzc=" if ! has nix_direnv_version || ! nix_direnv_version ${NixDirEnvVersion}; then source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/${NixDirEnvVersion}/direnvrc" "${NixDirEnvSHA}" fi |