Merge pull request #132331 from sternenseemann/pkgs-llvm-stdenv-trunk

pkgs/top-level/release.nix: build pkgsLLVM.stdenv as part of trunk
This commit is contained in:
Robert Hensing 2021-08-01 20:32:18 +02:00 committed by GitHub
commit 70369dbba0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" ];