default: just -l # Build the system and diff build: nixos-rebuild build --flake . && nvd diff /run/current-system ./result # Update all flake inputs update: nix flake update --commit-lock-file # Update secrets input update-secret: nix flake update nix-secrets --commit-lock-file