chore: teach claude about nvd
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m7s
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m7s
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
### 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
|
||||
```bash
|
||||
# Check flake without building
|
||||
|
||||
Reference in New Issue
Block a user