nixpkgs/.github
Wolfgang Walther a553ef2950
ci/parse: init
The nix-parse workflow can now be run locally the same way as in CI.

To do this, the CI's workflow was slightly adjusted. Instead of testing
only the changed files, we're now testing all files in the repository.

This is possible in two ways:

1. By calling nix-instantiate once with all files as arguments. This
will be rather fast, but only the first error is shown before it errors
out.
2. By calling nix-instantiate once for each file. This will be much
slower, but has the advantage that we see all errors at once.

To avoid running the long variant every time, we first do a quick check
with the fast version. If that fails, we run the slower one to report
the errors. This gives us the best of both.
2025-05-11 12:14:57 +02:00
..
ISSUE_TEMPLATE ISSUE_TEMPLATE: Create option for packages without a Hydra build status (#400751) 2025-05-02 23:42:21 +02:00
workflows ci/parse: init 2025-05-11 12:14:57 +02:00
dependabot.yml .github/dependabot.yml: disable default labels 2025-05-05 17:15:19 +02:00
ISSUE_TEMPLATE.md ISSUE_TEMPLATE.md: clear the blank issue template 2025-01-12 16:01:56 -03:00
labeler-development-branches.yml workflows/labeler: fix repo owner condition 2025-05-04 18:52:43 +02:00
labeler-no-sync.yml Revert "labels: add backport label for automatic browser updates" 2025-05-05 17:54:44 +02:00
labeler.yml labels: prevent labelling PRs to staging-next as backport 2025-05-07 12:21:34 +02:00
PULL_REQUEST_TEMPLATE.md 25.05 is Warbler 2024-11-14 09:10:54 -08:00
STALE-BOT.md
stale.yml