From 8423b6155fa943204e7b9ff9cb92cc5e6d9f7381 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 29 Jan 2025 13:17:56 -0500 Subject: nix package/config updates, ruby on nix current - current is at ruby 3.3.6 - next is at ruby 3.4.1 --- .envrc-nix | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to '.envrc-nix') diff --git a/.envrc-nix b/.envrc-nix index 0f5824ce..d28ef935 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.0" -NixDirEnvSHA="sha256-21TMnI2xWX7HkSTjFFri2UaohXVj854mgvWapWrxRXg=" +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 @@ -15,16 +15,18 @@ watch_file .envrc-nix PATH_add result/bin use flake . echo " -- consider running: +• consider running: ❯❯ nix flake show ❯❯ nix flake update && nix flake check && nix flake show -- for a dev shell: +• for a dev shell (development environment): + ❯❯ nix develop ❯❯ nix develop ".#" --print-build-logs -c zsh ❯❯ nix develop ".#dsh-latex-pdf" --print-build-logs -c zsh -- to build project: +• to build project: + ❯❯ nix build ".#" --print-build-logs - (see nix other/additional build options): ❯❯ nix flake show -- cgit v1.2.3