We observed some rare, random test failures since switching to clang 9, so we are going back to LLVM 8 for the time being
3 lines
138 B
Nix
3 lines
138 B
Nix
{ pkgs ? import ./nix/nixpkgs.nix, llvmPackages ? pkgs.llvmPackages_8 }:
|
|
|
|
pkgs.callPackage ./nix/derivation.nix { inherit llvmPackages; }
|