1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 13:41:15 +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; inherit officialRelease;
pkgs = final; pkgs = final;
src = self; src = self;
maintainers = with lib.maintainers; [ maintainers = [ ];
edolstra
Ericson2314
Mic92
roberth
tomberek
];
}; };
}; };