Add RossComputerGuy as -llvm maintainer
This commit is contained in:
@@ -283,6 +283,10 @@
|
||||
# These attributes go right into `packages.<system>`.
|
||||
"${pkgName}" = nixpkgsFor.${system}.native.nixComponents.${pkgName};
|
||||
"${pkgName}-static" = nixpkgsFor.${system}.static.nixComponents.${pkgName};
|
||||
/**
|
||||
Nix and dependencies built with LLVM and Clang, maintainers:
|
||||
@RossComputerGuy, Nix team
|
||||
*/
|
||||
"${pkgName}-llvm" = nixpkgsFor.${system}.llvm.nixComponents.${pkgName};
|
||||
}
|
||||
// lib.optionalAttrs supportsCross (flatMapAttrs (lib.genAttrs crossSystems (_: { })) (crossSystem: {}: {
|
||||
|
||||
Reference in New Issue
Block a user