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.
2 parents d6bbd40 + 7e8c676 commit 37a708bCopy full SHA for 37a708b
overlay.nix
@@ -5,7 +5,7 @@
5
final: prev: {
6
7
stdenvIncludeOS = prev.pkgsStatic.lib.makeScope prev.pkgsStatic.newScope (self: {
8
- llvmPkgs = prev.pkgsStatic.llvmPackages_18;
+ llvmPkgs = prev.pkgsStatic.llvmPackages_19;
9
stdenv = self.llvmPkgs.libcxxStdenv; # Use this as base stdenv
10
11
# 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_18.libcxxStdenv,
+ stdenv ? pkgs.llvmPackages_19.libcxxStdenv,
4
withCcache ? false,
}:
stdenv.mkDerivation rec {
0 commit comments