diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2025-06-07 22:04:29 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2025-06-07 22:12:22 -0400 |
commit | 96908aa220a4fd2fa421f34d04bc9e7139c89961 (patch) | |
tree | 747029c9c6772e7eaf62eea4bb323d1e3376a618 /.envrc-nix | |
parent | nix flake rsh (diff) |
updates to nix flake, envrc-nix, gitignore
Diffstat (limited to '.envrc-nix')
-rw-r--r-- | .envrc-nix | 6 |
1 files changed, 3 insertions, 3 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 @@ -23,7 +23,7 @@ echo " ❯❯ nix develop ❯❯ nix develop '.#' --print-build-logs -c zsh - ❯❯ nix develop '.#rsh-latex-pdf' --print-build-logs -c zsh + ❯❯ nix develop '.#rsh-comprehensive-shell' --print-build-logs -c zsh • to build project: |