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 Jörg Thalheim
parent c73c503d5f
commit bb104e9b28
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
];
};
};