fix: enable flakes and nix-command and set NIX_PATH for nix-shell

This commit is contained in:
Bernardo Magri
2026-04-13 11:33:07 +01:00
parent ab9700f054
commit f0800e60ca
4 changed files with 32 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ echo "--- Starting Nomarchy Update ---"
# 1. Update Flake Lock
echo "Updating flake inputs..."
sudo nix --extra-experimental-features "nix-command flakes" flake update --flake "$REPO_DIR"
sudo nix flake update --flake "$REPO_DIR"
# 2. Rebuild System
echo "Applying system-level updates..."