We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a157c87 commit 011a544Copy full SHA for 011a544
overlay.nix
@@ -6,7 +6,7 @@
6
final: prev: {
7
8
stdenvIncludeOS = prev.pkgsStatic.lib.makeScope prev.pkgsStatic.newScope (self: {
9
- llvmPkgs = prev.pkgsStatic.llvmPackages_19;
+ llvmPkgs = prev.pkgsStatic.llvmPackages_20;
10
stdenv = self.llvmPkgs.libcxxStdenv; # Use this as base stdenv
11
12
# Import unpatched musl for building libcxx. Libcxx needs some linux headers to be passed through.
unittests.nix
@@ -1,6 +1,6 @@
1
{ nixpkgs ? ./pinned.nix,
2
pkgs ? import nixpkgs { config = { }; overlays = [ ]; },
3
- stdenv ? pkgs.llvmPackages_19.libcxxStdenv,
+ stdenv ? pkgs.llvmPackages_20.libcxxStdenv,
4
withCcache ? false,
5
}:
stdenv.mkDerivation rec {
0 commit comments