diff --git a/flake.nix b/flake.nix index 8edc2266f..9d224310b 100644 --- a/flake.nix +++ b/flake.nix @@ -283,6 +283,10 @@ # These attributes go right into `packages.`. "${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: {}: {