+2
-19
.github/workflows/nix-parse-v2.yml
···if: "needs.get-merge-commit.outputs.mergedSha && !contains(github.event.pull_request.title, '[skip treewide]')"-| jq --raw-output '.[] | select(.status != "removed" and (.filename | endswith(".nix"))) | .filename' \···
+3
ci/default.nix
···
+43
ci/parse.nix
···+find . -type f -iname '*.nix' | xargs -P $(nproc) nix-instantiate --parse >/dev/null 2>/dev/null