Some checks failed
Check / eval-and-lint (push) Failing after 1m5s
flake check kept failing with "path '…-source' is not valid" while evaluating the home-manager fontconfig text (Stylix/base16.nix do import-from-derivation). Root cause: the installer pulled the latest Nix (2.34), whose lazy-trees / git-cache behaviour doesn't materialise flake-input source paths into the store, so the IFD reads can't find them. Pin the install to 2.31.5 — the version that wrote flake.lock locally and evaluates the flake cleanly all session. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>