feat(third_party): Switch to LLVM 10 by default
This commit is contained in:
parent
56261f1c08
commit
31b2baca9c
1 changed files with 3 additions and 1 deletions
4
third_party/default.nix
vendored
4
third_party/default.nix
vendored
|
@ -73,7 +73,6 @@ let
|
|||
kontemplate
|
||||
lib
|
||||
libredirect
|
||||
llvmPackages
|
||||
luajit
|
||||
luatex
|
||||
makeFontsConf
|
||||
|
@ -166,6 +165,9 @@ in exposed // {
|
|||
ffmpeg = nixpkgs.ffmpeg-full;
|
||||
};
|
||||
|
||||
# Use LLVM 10
|
||||
llvmPackages = nixpkgs.llvmPackages_10;
|
||||
|
||||
# Make NixOS available
|
||||
nixos = import "${stableNixpkgsSrc}/nixos";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue