fix: Bump nixpkgs and switch nix3 cli

This commit is contained in:
2026-02-17 10:53:01 +01:00
parent 708275d73d
commit 0fdb5e15fc
6 changed files with 155 additions and 48 deletions
+8 -1
View File
@@ -1 +1,8 @@
use nix
if type lorri &>/dev/null; then
echo "direnv: using lorri from PATH ($(type -p lorri))"
eval "$(lorri direnv)"
else
# fall back to using direnv's builtin nix support
# to prevent bootstrapping problems.
use nix
fi