pkgs/top-level/release.nix: build pkgsLLVM.stdenv as part of trunk
Having pkgsLLVM.stdenv built with nixpkgs:trunk will make building anything in pkgsLLVM decidedly less painful since it will eliminate the need to build LLVM and clang locally, which shouldn't be as bad on hydra. Darwin is disabled for now since it doesn't evaluate correctly there (infinite recursion problem with the SDK).
This commit is contained in:
parent
bed52081e5
commit
0307a8af6c
1 changed files with 1 additions and 0 deletions
|
@ -194,6 +194,7 @@ let
|
|||
idrisPackages = packagePlatforms pkgs.idrisPackages;
|
||||
agdaPackages = packagePlatforms pkgs.agdaPackages;
|
||||
|
||||
pkgsLLVM.stdenv = [ "x86_64-linux" "aarch64-linux" ];
|
||||
pkgsMusl.stdenv = [ "x86_64-linux" "aarch64-linux" ];
|
||||
pkgsStatic.stdenv = [ "x86_64-linux" "aarch64-linux" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue