feat(third_party): Switch to LLVM 10 by default

This commit is contained in:
Vincent Ambo 2020-05-22 22:57:46 +01:00
parent 56261f1c08
commit 31b2baca9c

View file

@ -73,7 +73,6 @@ let
kontemplate kontemplate
lib lib
libredirect libredirect
llvmPackages
luajit luajit
luatex luatex
makeFontsConf makeFontsConf
@ -166,6 +165,9 @@ in exposed // {
ffmpeg = nixpkgs.ffmpeg-full; ffmpeg = nixpkgs.ffmpeg-full;
}; };
# Use LLVM 10
llvmPackages = nixpkgs.llvmPackages_10;
# Make NixOS available # Make NixOS available
nixos = import "${stableNixpkgsSrc}/nixos"; nixos = import "${stableNixpkgsSrc}/nixos";
} }