vibecoding: update CLAUDE.md
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m19s

This commit is contained in:
2026-01-31 09:58:25 +01:00
parent 1a6b710527
commit 60add5a8b0

View File

@@ -27,6 +27,11 @@ nix develop
If config clearly only affects one host, bulding for just the relevant host is enough. If config clearly only affects one host, bulding for just the relevant host is enough.
Otherwise, build both. Otherwise, build both.
If moving things around, you can use `nix eval` before and after changes to check that things remain the same.
```
nix eval .#nixosConfigurations.magicman.config.nix.settings.substituters --json | jq
```
### Common Operations ### Common Operations
```bash ```bash
# Check flake without building # Check flake without building