Some checks failed
Check / eval-and-lint (push) Failing after 9m24s
Diagnosed the persistent "path '…-source' is not valid": it's walker's flake reading its own source at eval time — importTOML resources/config.toml in its home-manager module and lib.fileset.toSource for the package src. On a cold store the walker input source isn't materialized, and neither --no-build flake check nor `nix flake archive` makes the fileset-derived src readable. Replace the archive step with a `nix build` of walker's src attribute, which eagerly realizes it (and the input it reads from) so the subsequent flake check / eval matrix find every path valid. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>