mirror of
https://github.com/siddharthvaddem/openscreen.git
synced 2026-09-21 13:51:05 +08:00
gitTracked uses builtins.fetchGit which fails when the source is already a store path (happens with path: flake inputs from consuming flakes). Detect store paths at eval time and fall back to cleanSource.