vibecoding: update CLAUDE.md
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m19s
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m19s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user