mirror of
https://github.com/NixOS/nix
synced 2025-06-25 14:51:16 +02:00
Add RossComputerGuy as -llvm
maintainer
This commit is contained in:
parent
61467b72af
commit
3d078cd508
1 changed files with 4 additions and 0 deletions
|
@ -283,6 +283,10 @@
|
||||||
# These attributes go right into `packages.<system>`.
|
# These attributes go right into `packages.<system>`.
|
||||||
"${pkgName}" = nixpkgsFor.${system}.native.nixComponents.${pkgName};
|
"${pkgName}" = nixpkgsFor.${system}.native.nixComponents.${pkgName};
|
||||||
"${pkgName}-static" = nixpkgsFor.${system}.static.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};
|
"${pkgName}-llvm" = nixpkgsFor.${system}.llvm.nixComponents.${pkgName};
|
||||||
}
|
}
|
||||||
// lib.optionalAttrs supportsCross (flatMapAttrs (lib.genAttrs crossSystems (_: { })) (crossSystem: {}: {
|
// lib.optionalAttrs supportsCross (flatMapAttrs (lib.genAttrs crossSystems (_: { })) (crossSystem: {}: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue