1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00

packaging: Various improvements

Co-authored-by: Mic92 <Mic92@users.noreply.github.com>
This commit is contained in:
Robert Hensing 2025-03-31 15:16:17 +02:00 committed by Jörg Thalheim
parent c57e2486df
commit 1172e49a3a
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
];
};
};