From 60add5a8b057e979dede7a51f56d812df324518f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sat, 31 Jan 2026 09:58:25 +0100 Subject: [PATCH] vibecoding: update CLAUDE.md --- CLAUDE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 18e8b54..40ed0c8 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -27,6 +27,11 @@ nix develop If config clearly only affects one host, bulding for just the relevant host is enough. 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 ```bash # Check flake without building