| Commit message (Expand) | Author | Age | Files | Lines |
| * | ISSUE_TEMPLATES: Remove note about forks from the Update Request form•••The Package Request form no longer exists, so it makes no sense to mention it. We used to direct update requests to forks there, instead, users can now mention forks in the Additional Context section added in this commit.
Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
| Fernando Rodrigues | 2025-04-17 | 1 | -3/+7 |
| * | build(deps): bump actions/create-github-app-token from 1.11.7 to 2.0.2•••Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1.11.7 to 2.0.2.
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Commits](https://github.com/actions/create-github-app-token/compare/af35edadc00be37caa72ed9f3e6d5f7801bfdf09...3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5)
---
updated-dependencies:
- dependency-name: actions/create-github-app-token
dependency-version: 2.0.2
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com> | dependabot[bot] | 2025-04-07 | 4 | -5/+5 |
| * | ISSUE_TEMPLATES: remove the package request template (#391926) | Emily | 2025-04-05 | 6 | -108/+0 |
| |\ |
|
| | * | ISSUE_TEMPLATES: remove the package request template•••Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
| Fernando Rodrigues | 2025-03-21 | 6 | -108/+0 |
| * | | ci/eval: check that flake outputs on all systems still evaluate | Cole Helbling | 2025-04-02 | 1 | -0/+3 |
| * | | Revert "flake: fix `nix flake check --all-systems --no-build` again" | Cole Helbling | 2025-04-02 | 1 | -3/+0 |
| * | | ci/eval: move flake eval check to eval-aliases job | Cole Helbling | 2025-04-02 | 1 | -3/+3 |
| * | | ci/eval: check that flake outputs on all systems still evaluate | Cole Helbling | 2025-04-02 | 1 | -0/+3 |
| * | | build(deps): bump cachix/install-nix-action from {30,31} to 31.1.0 (#394893) | dependabot[bot] | 2025-04-01 | 13 | -18/+18 |
| * | | workflows/check-nix-format: Enforce formatting on all files•••Changes the Nix format checking workflow to now strictly enforce
formatting of all Nix files using the treefmt setup introduced
in the pre-previous commit.
This is in [accordance with the approved RFC 166](https://github.com/NixOS/rfcs/blob/master/rfcs/0166-nix-formatting.md#reformat-nixpkgs).
Note that the "skip treewide" thing is no longer necessary, already
before, because there's nothing that would fail for treewide changes.
Previously the problem was that the GitHub API would be bombarded.
| Silvan Mosberger | 2025-04-01 | 1 | -69/+13 |
| * | | ci/keep-sorted: friendlier error message | FliegendeWurst | 2025-03-28 | 1 | -2/+2 |
| * | | build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 (#392700) | Wolfgang Walther | 2025-03-24 | 2 | -5/+5 |
| |\ \ |
|
| | * | | build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2•••Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1...ea165f8d65b6e75b540449e92b4886f43607fa02)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> | dependabot[bot] | 2025-03-24 | 2 | -5/+5 |
| * | | | build(deps): bump actions/create-github-app-token from 1.11.6 to 1.11.7 (#392... | Jörg Thalheim | 2025-03-24 | 4 | -5/+5 |
| |\ \ \ |
|
| | * | | | build(deps): bump actions/create-github-app-token from 1.11.6 to 1.11.7•••Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1.11.6 to 1.11.7.
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Commits](https://github.com/actions/create-github-app-token/compare/21cfef2b496dd8ef5b904c159339626a10ad380e...af35edadc00be37caa72ed9f3e6d5f7801bfdf09)
---
updated-dependencies:
- dependency-name: actions/create-github-app-token
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> | dependabot[bot] | 2025-03-24 | 4 | -5/+5 |
| | |/ / |
|
| * / / | ci: add keep-sorted workflow•••Signed-off-by: Paul Meyer <katexochen0@gmail.com>
| Paul Meyer | 2025-03-24 | 1 | -0/+40 |
| |/ / |
|
| * | | workflows/manual-nixos-v2: use a matrix to build on different systems•••So apparently we have to build the manual on hostPlatform.
Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
| John Titor | 2025-03-23 | 1 | -16/+15 |
| * | | workflows/manual-nixos-v2: split platforms into separate artifacts | Wolfgang Walther | 2025-03-23 | 1 | -3/+10 |
| * | | workflows/manual-nixos-v2: fix upload action | Wolfgang Walther | 2025-03-23 | 1 | -1/+1 |
| * | | workflows/build-nixos-manual: upload result•••Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
| John Titor | 2025-03-23 | 1 | -0/+7 |
| * | | workflows/build-nixos-manual: run it on aarch64-linux too•••Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
| John Titor | 2025-03-23 | 1 | -2/+5 |
| |/ |
|
| * | Reapply "build(deps): bump cachix/install-nix-action from 30 to 31"•••This reverts commit 281875261d71aaa786eb4e25a45f4ec355fe7aef.
| Wolfgang Walther | 2025-03-19 | 12 | -17/+17 |
| * | CI: fix nixos manual should rebuild on 'lib/**' changes | Johannes Kirschbauer | 2025-03-18 | 1 | -0/+3 |
| * | Revert "build(deps): bump cachix/install-nix-action from 30 to 31" (#390695) | Philip Taron | 2025-03-17 | 12 | -17/+17 |
| |\ |
|
| | * | Revert "build(deps): bump cachix/install-nix-action from 30 to 31" | Philip Taron | 2025-03-17 | 12 | -17/+17 |
| * | | build(deps): bump cachix/cachix-action from 15 to 16 (#390646) | Wolfgang Walther | 2025-03-17 | 3 | -3/+3 |
| |\ \
| |/
|/| |
|
| | * | build(deps): bump cachix/cachix-action from 15 to 16•••Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 15 to 16.
- [Release notes](https://github.com/cachix/cachix-action/releases)
- [Commits](https://github.com/cachix/cachix-action/compare/ad2ddac53f961de1989924296a1f236fcfbaa4fc...0fc020193b5a1fa3ac4575aa3a7d3aa6a35435ad)
---
updated-dependencies:
- dependency-name: cachix/cachix-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com> | dependabot[bot] | 2025-03-17 | 3 | -3/+3 |
| * | | build(deps): bump cachix/install-nix-action from 30 to 31•••Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 30 to 31.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/08dcb3a5e62fa31e2da3d490afc4176ef55ecd72...02a151ada4993995686f9ed4f1be7cfbb229e56f)
---
updated-dependencies:
- dependency-name: cachix/install-nix-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com> | dependabot[bot] | 2025-03-17 | 12 | -17/+17 |
| |/ |
|
| * | ISSUE_TEMPLATE: avoid using maintainer usernames as headings (part 2) | FliegendeWurst | 2025-03-14 | 6 | -0/+6 |
| * | ISSUE_TEMPLATE: avoid using maintainer usernames as headings | ash | 2025-03-07 | 3 | -0/+3 |
| * | build(deps): bump actions/create-github-app-token from 1.11.5 to 1.11.6•••Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1.11.5 to 1.11.6.
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Commits](https://github.com/actions/create-github-app-token/compare/0d564482f06ca65fa9e77e2510873638c82206f2...21cfef2b496dd8ef5b904c159339626a10ad380e)
---
updated-dependencies:
- dependency-name: actions/create-github-app-token
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> | dependabot[bot] | 2025-03-03 | 4 | -5/+5 |
| * | build(deps): bump korthout/backport-action from 3.1.0 to 3.2.0 (#384747) | Wolfgang Walther | 2025-02-27 | 1 | -1/+1 |
| |\ |
|
| | * | build(deps): bump korthout/backport-action from 3.1.0 to 3.2.0•••Bumps [korthout/backport-action](https://github.com/korthout/backport-action) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/korthout/backport-action/releases)
- [Commits](https://github.com/korthout/backport-action/compare/be567af183754f6a5d831ae90f648954763f17f5...436145e922f9561fc5ea157ff406f21af2d6b363)
---
updated-dependencies:
- dependency-name: korthout/backport-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> | dependabot[bot] | 2025-02-24 | 1 | -1/+1 |
| * | | build(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1•••Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08...4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> | dependabot[bot] | 2025-02-24 | 1 | -4/+4 |
| |/ |
|
| * | .github/workflows: build the nixos manual also when doc/ changed•••We import things like the nixpkgs release notes, and the css and js
files from doc/ into nixos/doc/, so building the nixos manual whenever
doc/ was modified, avoids failures reaching master.
| r-vdp | 2025-02-19 | 1 | -1/+5 |
| * | build(deps): bump actions/create-github-app-token from 1.11.3 to 1.11.5•••Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1.11.3 to 1.11.5.
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Commits](https://github.com/actions/create-github-app-token/compare/67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7...0d564482f06ca65fa9e77e2510873638c82206f2)
---
updated-dependencies:
- dependency-name: actions/create-github-app-token
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> | dependabot[bot] | 2025-02-17 | 4 | -5/+5 |
| * | .github/ISSUE_TEMPLATE: fix fields for package request (#380800) | Wolfgang Walther | 2025-02-16 | 1 | -21/+2 |
| |\ |
|
| | * | .github/ISSUE_TEMPLATE: fix fields for package request | Gavin John | 2025-02-09 | 1 | -21/+2 |
| * | | workflows/eval-lib-tests: Run on maintainer changes•••The lib tests also check maintainers, not doing so can cause problems: https://github.com/NixOS/nixpkgs/pull/379894
| Silvan Mosberger | 2025-02-12 | 1 | -0/+1 |
| * | | build(deps): bump actions/create-github-app-token from 1.11.1 to 1.11.3•••Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1.11.1 to 1.11.3.
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Commits](https://github.com/actions/create-github-app-token/compare/c1a285145b9d317df6ced56c09f525b5c2b6f755...67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7)
---
updated-dependencies:
- dependency-name: actions/create-github-app-token
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> | dependabot[bot] | 2025-02-10 | 4 | -5/+5 |
| |/ |
|
| * | workflows/eval: fail hard without target run (#378909) | Silvan Mosberger | 2025-02-04 | 1 | -5/+5 |
| |\ |
|
| | * | workflows/eval: rename BASE_SHA to TARGET_SHA•••To be in line with the terminology introduced in the README.md in the
same folder.
| Wolfgang Walther | 2025-02-02 | 1 | -3/+3 |
| | * | workflows/eval: fail hard without target run•••Without a target run, we won't get any rebuild labels, rebuild counts or
maintainer pings. This might have been correct before #373935, but by
now we run eval on all commits on the target branch, so we should treat
it as a failure if we can't find the run.
| Wolfgang Walther | 2025-02-02 | 1 | -2/+2 |
| * | | .github/labeler.yml: add teams topic (#378233) | Tristan Ross | 2025-02-02 | 1 | -0/+6 |
| |\ \
| |/
|/| |
|
| | * | .github/labeler.yml: add teams topic | Tristan Ross | 2025-01-31 | 1 | -0/+6 |
| * | | .github/labeler-no-sync: fix backport labels•••Matching on !ci/OWNERS was a mistake, because it's matching *every* PR
with a change to a non-OWNERS file.
This is not fixable with negation rules in the labeler, but we can take
advantage of the fact that OWNERS doesn't have a "." in its name.
Also, we used the wrong label...
| Wolfgang Walther | 2025-02-01 | 1 | -3/+2 |
| * | | workflows/eval: no maintainer reviews in draft mode (#372479) | Wolfgang Walther | 2025-02-01 | 1 | -0/+3 |
| |\ \ |
|
| | * | | workflows/eval: no maintainer reviews in draft mode | Wolfgang Walther | 2025-01-13 | 1 | -0/+3 |
| * | | | .github/labeler.yml: automatically add backport label for PRs touching `ci/` ... | Wolfgang Walther | 2025-02-01 | 3 | -19/+38 |
| |\ \ \
| |_|/
|/| | |
|
| | * | | .github/labeler-no-sync.yml: automatically add backport label for PRs touchin... | Peder Bergebakken Sundt | 2025-01-20 | 1 | -0/+8 |