about summary refs log tree commit diff
path: root/.github
AgeCommit message (Collapse)AuthorFilesLines
2024-01-05CODEOWNERS: init chromiumemilylange1-0/+2
(cherry picked from commit ff1380cb3a936bc84d04059ca842af957f3ab513)
2023-12-26Remove myself from maintainersJan Tojnar1-15/+6
Done with `sed -i -E '/^\s+(maintainers\.)?jtojnar\s*$/d;s/ (@|maintainers\.|)jtojnar//g' (rg ' jtojnar|maintainers\.jtojnar|^\s+jtojnar\s*$' -l -g '!maintainers/maintainer-list.nix') .github/CODEOWNERS`. (Always check the `rg` result beforehand to avoid corruption.)
2023-11-29zfs_2_1: init at 2.1.13Raito Bezarius1-3/+2
This re-introduces the old stable ZFS version we had in the past following the many predicted issues of ZFS 2.2.x series, that is much more stable than any further ZFS version at the moment. I am also removing myself from maintenance of any further ZFS versions as I am planning to quit ZFS maintenance at some point. In the meantime, for users like me who depend on ZFS for critical operations, here is a ZFS version that is known to work for LTS kernels. (cherry picked from commit e04c0b0d99fb66e4ab52dc47840f237f92242c4f)
2023-11-22workflows/check-by-name: If channel no existent, fall back to nixos-unstableSilvan Mosberger1-3/+9
(cherry picked from commit ad228aee4b29c3ab6c0063140171275cdb02d157)
2023-11-21Encourage +1's for prioritisationSilvan Mosberger7-0/+48
Adds a small text to each issue and the PR template to encourage people to use :+1:'s for issues they're also interested in. See https://github.com/NixOS/nix.dev/issues/359 for more information Co-Authored-By: Valentin Gagarin <valentin.gagarin@tweag.io>
2023-11-20CODEOWNERS: Remove line for removed fileSilvan Mosberger1-1/+0
Was removed in https://github.com/NixOS/nixpkgs/pull/268407
2023-11-17CODEOWNERS: add ncfavier to HaskellNaïm Favier1-7/+7
2023-11-16Merge pull request #267784 from tweag/flakes-labelerSilvan Mosberger1-0/+5
.github/labeler.yml: auto-label flakes stuff
2023-11-16CODEOWNERS: Remove edolstraSilvan Mosberger1-8/+5
Updated to reflect reality: Eelco is not acting as a code owner of these files
2023-11-16.github/labeler.yml: auto-label flakes stuffSilvan Mosberger1-0/+5
2023-11-13build(deps): bump korthout/backport-action from 2.1.0 to 2.1.1dependabot[bot]1-1/+1
Bumps [korthout/backport-action](https://github.com/korthout/backport-action) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/korthout/backport-action/releases) - [Commits](https://github.com/korthout/backport-action/compare/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: korthout/backport-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-11-07doc: builders -> build helpers to reduce ambigualtyYueh-Shun Li1-2/+2
2023-11-07doc: move doc/builders/packages -> doc/packagesYueh-Shun Li1-1/+1
2023-11-07build(deps): bump korthout/backport-action from 2.0.0 to 2.1.0dependabot[bot]1-1/+1
Bumps [korthout/backport-action](https://github.com/korthout/backport-action) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/korthout/backport-action/releases) - [Commits](https://github.com/korthout/backport-action/compare/v2.0.0...v2.1.0) --- 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>
2023-10-31Merge pull request #264638 from ckiee/codeowners-add-libconfigSilvan Mosberger1-0/+2
CODEOWNERS: add ckiee to libconfig format
2023-10-31CODEOWNERS: add ckiee to libconfig formatckie1-0/+2
2023-10-31Merge pull request #263993 from drupol/rb-update-issue-templatePol Dellaiera1-8/+64
doc: update r-b issue template
2023-10-30build(deps): bump korthout/backport-action from 1.3.1 to 2.0.0dependabot[bot]1-1/+1
Bumps [korthout/backport-action](https://github.com/korthout/backport-action) from 1.3.1 to 2.0.0. - [Release notes](https://github.com/korthout/backport-action/releases) - [Commits](https://github.com/korthout/backport-action/compare/v1.3.1...v2.0.0) --- updated-dependencies: - dependency-name: korthout/backport-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2023-10-29doc: update r-b issue templatePol Dellaiera1-8/+64
2023-10-28Merge pull request #263961 from raboof/rb-improve-issue-templateArnout Engelen1-2/+2
github: improve r-b issue template
2023-10-28github: improve r-b issue templateArnout Engelen1-2/+2
You may need to run the regular `nix-build` before running `nix-build --check`
2023-10-26poetry2nix: dropK9001-1/+0
The in-tree version has been broken for a while, so now is probably a good time to rip off the band-aid.
2023-10-26Merge pull request #258595 from fricklerhandwerk/doc-emscriptenValentin Gagarin1-0/+2
Emscripten docs: reword and remove mention of `nix-env`
2023-10-20Merge pull request #238575 from toonn/pr-template-sandboxingArtturi1-1/+3
2023-10-20CODEOWNERS: Add myself to more parts of libSilvan Mosberger1-4/+4
2023-10-18workflows/check-by-name: Improved mergeability checkSilvan Mosberger1-6/+26
2023-10-17Merge pull request #261698 from tweag/fix-code-ownersSilvan Mosberger1-1/+1
CODEOWNERS: Fix check-by-name workflow file name
2023-10-17CODEOWNERS: Fix check-by-name workflow file nameSilvan Mosberger1-1/+1
2023-10-17workflows/check-by-name: print failed command outputArtturin1-1/+3
2023-10-06Merge pull request #259074 from tweag/detect-merge-conflictsSilvan Mosberger1-3/+11
workflows/check-by-name: Better error for merge conflicts
2023-10-05workflows/check-by-name: Better error for merge conflictsSilvan Mosberger1-3/+11
2023-10-04workflows/check-by-name: Add a missing colonSilvan Mosberger1-1/+1
2023-10-03add Emscripten maintainers to CODEOWNERSValentin Gagarin1-0/+2
also notify on documentation changes
2023-10-02workflows/check-by-name: Better error when base branch also failsSilvan Mosberger1-1/+90
Previously, even if the check also failed on the base branch, it looked like the PR introduced the failure. We can easily have a better error message for such cases. Meanwhile this also paves the road for something like https://github.com/NixOS/nixpkgs/issues/256788
2023-09-21Merge pull request #251567 from RaitoBezarius/codeowner/remove-matthewbauerRyan Lahfa1-13/+9
2023-09-13php: add new builder `buildComposerProject`Pol Dellaiera1-1/+2
2023-09-12Merge pull request #248310 from emilylange/nixos/gitea-forgejo-splitHerwig Hochleitner1-0/+4
nixos/forgejo: fork from nixos/gitea (split) close https://github.com/NixOS/nixpkgs/issues/244866
2023-09-11workflows/check-by-name: Make runnable without approvalSilvan Mosberger1-2/+7
Co-Authored-By: zowoq <59103226+zowoq@users.noreply.github.com>
2023-09-11build(deps): bump actions/checkout from 3 to 4dependabot[bot]10-10/+10
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11Merge pull request #253249 from ↵Martin Weinelt7-7/+7
NixOS/dependabot/github_actions/cachix/install-nix-action-23 build(deps): bump cachix/install-nix-action from 22 to 23
2023-09-07Merge pull request #253621 from tweag/minor-contrib-docs-improvementsSilvan Mosberger1-2/+2
Minor contrib docs improvements
2023-09-06workflows/backport: Fix link and rewordSilvan Mosberger1-2/+2
2023-09-06CODEOWNERS: Add myself for installer imagesSamuel Dionne-Riel1-0/+4
2023-09-05build(deps): bump cachix/install-nix-action from 22 to 23dependabot[bot]7-7/+7
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 22 to 23. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v22...v23) --- 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>
2023-09-05Merge pull request #237439 from tweag/spp-1Silvan Mosberger2-0/+52
[RFC 140] Simple package paths, part 1b: Enabling the directory structure
2023-09-05pkgs/by-name: IntroduceSilvan Mosberger2-0/+52
This introduces the `pkgs/by-name` directory as proposed by RFC 140. Included are: - The implementation to add packages defined in that directory to the top-level package scope - Contributer documentation on how to add packages to it - A GitHub Actions workflow to check the structure of it on all PRs
2023-09-02Merge pull request #245623 from tweag/fileset.toSourceSilvan Mosberger1-0/+2
File set combinators base: `lib.fileset.toSource`
2023-09-01lib.fileset.toSource: initSilvan Mosberger1-0/+2
2023-09-01.github/workflows/update-terraform-providers.yml: re-enable workflow_dispatchzowoq1-1/+1
2023-09-01.github/workflows/update-terraform-providers.yml: disablezowoq1-3/+3