From c4df304ede8b5d95da571995fd4c766935875ea7 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 2 Dec 2024 19:49:10 -0500 Subject: nix build houskeeping, version updates, incl. dmd & dub --- .envrc-nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.envrc-nix') diff --git a/.envrc-nix b/.envrc-nix index 6da2e86..bdc6dac 100644 --- a/.envrc-nix +++ b/.envrc-nix @@ -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 -- cgit v1.2.3