diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-12-02 19:18:50 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-12-02 19:18:50 -0500 |
commit | 01b97ab40ec20a0ad73d2271b1397122e7b1bed5 (patch) | |
tree | 2063f9f05bf50a05bc6392bd1b1ccc4950bb3c7a /.envrc-nix | |
parent | pod zip fixes (diff) |
nix build houskeeping, version updates, incl. dmd & dub
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.4" -NixDirEnvSHA="sha256-DzlYZ33mWF/Gs8DDeyjr8mnVmQGx7ASYqA5WlxwvBG4=" +NixDirEnvVersion="3.0.6" +NixDirEnvSHA="sha256-RYcUJaRMf8oF5LznDrlCXbkOQrywm0HDv1VjYGaJGdM=" if ! has nix_direnv_version || ! nix_direnv_version ${NixDirEnvVersion}; then source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/${NixDirEnvVersion}/direnvrc" "${NixDirEnvSHA}" fi |