aboutsummaryrefslogtreecommitdiffhomepage
path: root/.envrc-nix
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2025-01-29 13:17:56 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2025-01-29 13:18:03 -0500
commit8423b6155fa943204e7b9ff9cb92cc5e6d9f7381 (patch)
treed0c4b658c90d25759f00ef3fafa847cbaf4bab5d /.envrc-nix
parentorg, nix config related (diff)
nix package/config updates, ruby on nix currentHEADupstream
- current is at ruby 3.3.6 - next is at ruby 3.4.1
Diffstat (limited to '.envrc-nix')
-rw-r--r--.envrc-nix12
1 files changed, 7 insertions, 5 deletions
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