Skip to content

Conversation

@edolstra
Copy link
Member

@edolstra edolstra commented Apr 2, 2025

Motivation

The jobset is currently broken, see https://hydra.nixos.org/jobset/nix/maintenance-2.28:

in job ‘build.nix-cmd.aarch64-darwin’:
error: undefined variable 'edolstra'
       at /nix/store/2p0s1x496795sqdy51m3ky1m21bknyrn-source/flake.nix:160:21:
          159|                   maintainers = with lib.maintainers; [
          160|                     edolstra
             |                     ^
          161|                     Ericson2314

Some of the maintainer attribute names got changed in nixos-unstable (e.g. "edolstra" is now "eelco") but we want this flake to work on nixos-24.11 so we can't just rename them. So let's just get rid of them.

Ideally our GitHub CI would have caught this, but I guess nix flake check doesn't look at meta.maintainers.

Context


Add 👍 to pull requests you find important.

The Nix maintainer team uses a GitHub project board to schedule and track reviews.

@edolstra edolstra added the backport 2.28-maintenance Automatically creates a PR against the branch label Apr 2, 2025
Some of the maintainer attribute names got changed in nixos-unstable
(e.g. "edolstra" is now "eelco") but we want this flake to work on
nixos-24.11. So just get rid of them.
@Mic92 Mic92 merged commit d81b51d into NixOS:master Apr 2, 2025
12 checks passed
@grahamc grahamc deleted the fix-maintainers branch April 2, 2025 22:58
edolstra added a commit that referenced this pull request Apr 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport 2.28-maintenance Automatically creates a PR against the branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants