chore: teach claude about nvd
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m7s

This commit is contained in:
2026-02-06 20:31:15 +01:00
parent a3672d1f14
commit 19259bf4dc

View File

@@ -32,6 +32,13 @@ If moving things around, you can use `nix eval` before and after changes to chec
nix eval .#nixosConfigurations.magicman.config.nix.settings.substituters --json | jq nix eval .#nixosConfigurations.magicman.config.nix.settings.substituters --json | jq
``` ```
### Comparing with Running System
```bash
# Build and compare against currently running system
nixos-rebuild build --flake . && nvd diff /run/current-system result
```
This shows package version changes, added/removed packages, and closure size differences between what's currently running and the repo configuration.
### Common Operations ### Common Operations
```bash ```bash
# Check flake without building # Check flake without building