Archived
1
0
forked from rarias/bscpkgs

Add maintainers

This commit is contained in:
2025-09-30 14:21:43 +02:00
parent a560b25bf8
commit c56073b78e
3 changed files with 14 additions and 1 deletions

View File

@@ -106,6 +106,11 @@ let
all = buildList' "ci-all" [ pkgsList testList ];
in bscPkgs // {
lib = prev.lib // {
bsc.maintainers = import ./maintainers/maintainer-list.nix;
};
# Prevent accidental usage of bsc attribute
bsc = throw "the bsc attribute is deprecated, packages are now in the root";