Skip to content

Commit 3d078cd

Browse files
committed
Add RossComputerGuy as -llvm maintainer
1 parent 61467b7 commit 3d078cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

flake.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,10 @@
283283
# These attributes go right into `packages.<system>`.
284284
"${pkgName}" = nixpkgsFor.${system}.native.nixComponents.${pkgName};
285285
"${pkgName}-static" = nixpkgsFor.${system}.static.nixComponents.${pkgName};
286+
/**
287+
Nix and dependencies built with LLVM and Clang, maintainers:
288+
@RossComputerGuy, Nix team
289+
*/
286290
"${pkgName}-llvm" = nixpkgsFor.${system}.llvm.nixComponents.${pkgName};
287291
}
288292
// lib.optionalAttrs supportsCross (flatMapAttrs (lib.genAttrs crossSystems (_: { })) (crossSystem: {}: {

0 commit comments

Comments
 (0)