We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-llvm
1 parent 61467b7 commit 3d078cdCopy full SHA for 3d078cd
flake.nix
@@ -283,6 +283,10 @@
283
# These attributes go right into `packages.<system>`.
284
"${pkgName}" = nixpkgsFor.${system}.native.nixComponents.${pkgName};
285
"${pkgName}-static" = nixpkgsFor.${system}.static.nixComponents.${pkgName};
286
+ /**
287
+ Nix and dependencies built with LLVM and Clang, maintainers:
288
+ @RossComputerGuy, Nix team
289
+ */
290
"${pkgName}-llvm" = nixpkgsFor.${system}.llvm.nixComponents.${pkgName};
291
}
292
// lib.optionalAttrs supportsCross (flatMapAttrs (lib.genAttrs crossSystems (_: { })) (crossSystem: {}: {
0 commit comments