1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 06:53:54 +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 4f85ceebbd
commit 4767974d4f
3 changed files with 93 additions and 50 deletions

View file

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