1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 10:41:16 +02:00

Add RossComputerGuy as -llvm maintainer

This commit is contained in:
Robert Hensing 2025-01-15 20:00:23 +01:00
parent 61467b72af
commit 3d078cd508

View file

@ -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: {}: {