Add maintainers

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

View File

@@ -50,6 +50,11 @@ let
};
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";