1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 02:21:16 +02:00

Merge pull request #12890 from NixOS/mergify/bp/2.28-maintenance/pr-12888

Fix jobset evaluation (backport #12888)
This commit is contained in:
Eelco Dolstra 2025-04-03 09:27:36 +02:00 committed by GitHub
commit c972cbd2bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -156,13 +156,7 @@
inherit officialRelease;
pkgs = final;
src = self;
maintainers = with lib.maintainers; [
edolstra
Ericson2314
Mic92
roberth
tomberek
];
maintainers = [ ];
};
};