diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2026-03-05 17:41:26 -0500 |
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2026-03-05 17:42:11 -0500 |
| commit | e4f6320205ecb26e7dcb56aa122cccb84806d709 (patch) | |
| tree | 1d79e42e7b5ee1581c18a0897a831f43c3476e16 /.envrc-nix | |
| parent | ldc-1.42.0 overlay (diff) | |
Diffstat (limited to '.envrc-nix')
| -rwxr-xr-x | .envrc-nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ # -*- mode: nix -*- NIX_ENFORCE_PURITY=1 # - https://github.com/nix-community/nix-direnv -NixDirEnvVersion="3.0.7" -NixDirEnvSHA="sha256-bn8WANE5a91RusFmRI7kS751ApelG02nMcwRekC/qzc=" +NixDirEnvVersion="3.1.0" +NixDirEnvSHA="sha256-yMJ2OVMzrFaDPn7q8nCBZFRYpL/f0RcHzhmw/i6btJM=" if ! has nix_direnv_version || ! nix_direnv_version ${NixDirEnvVersion}; then source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/${NixDirEnvVersion}/direnvrc" "${NixDirEnvSHA}" fi |
