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

packaging: Various improvements

Co-authored-by: Mic92 <Mic92@users.noreply.github.com>
(cherry picked from commit 1172e49a3a)
This commit is contained in:
Robert Hensing 2025-03-31 15:16:17 +02:00 committed by Mergify
parent aff0058b82
commit abd5909fb6
3 changed files with 93 additions and 50 deletions

View file

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