diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-12-02 19:49:10 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-12-02 19:49:10 -0500 |
commit | c4df304ede8b5d95da571995fd4c766935875ea7 (patch) | |
tree | 1134432daa071c67efb9891149a150a354c8a63f /.envrc-nix | |
parent | 0.17.0 sync version with sisudoc spine (diff) |
nix build houskeeping, version updates, incl. dmd & dub
Diffstat (limited to '.envrc-nix')
-rw-r--r-- | .envrc-nix | 7 |
1 files changed, 5 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 @@ -21,14 +21,17 @@ echo ' ❯❯ nix flake update && nix flake check && nix flake show • for a dev shell (development environment): + ❯❯ nix develop ❯❯ nix develop ".#" --print-build-logs -c zsh ❯❯ nix develop ".#dsh-nixpkgs-dmd-dub" --print-build-logs -c zsh ❯❯ nix develop ".#dsh-overlay-dmd-dub" --print-build-logs -c zsh ❯❯ nix develop ".#dsh-nixpkgs-ldc-dub" --print-build-logs -c zsh ❯❯ nix develop ".#dsh-overlay-ldc-dub" --print-build-logs -c zsh + ❯❯ nix flake show • to build project: + ❯❯ nix build --print-build-logs ❯❯ nix build ".#" --print-build-logs |