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

Merge pull request #12888 from DeterminateSystems/fix-maintainers

Fix jobset evaluation
This commit is contained in:
Jörg Thalheim 2025-04-02 22:36:29 +02:00 committed by GitHub
commit d81b51d84b
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
];
}; };
}; };