Skip to content

Commit 37a708b

Browse files
authored
Merge pull request #2318 from mazunki/bump-llvm-19
bump llvmPackages from 18 to 19
2 parents d6bbd40 + 7e8c676 commit 37a708b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

overlay.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
final: prev: {
66

77
stdenvIncludeOS = prev.pkgsStatic.lib.makeScope prev.pkgsStatic.newScope (self: {
8-
llvmPkgs = prev.pkgsStatic.llvmPackages_18;
8+
llvmPkgs = prev.pkgsStatic.llvmPackages_19;
99
stdenv = self.llvmPkgs.libcxxStdenv; # Use this as base stdenv
1010

1111
# Import unpatched musl for building libcxx. Libcxx needs some linux headers to be passed through.

unittests.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ nixpkgs ? ./pinned.nix,
22
pkgs ? import nixpkgs { config = { }; overlays = [ ]; },
3-
stdenv ? pkgs.llvmPackages_18.libcxxStdenv,
3+
stdenv ? pkgs.llvmPackages_19.libcxxStdenv,
44
withCcache ? false,
55
}:
66
stdenv.mkDerivation rec {

0 commit comments

Comments
 (0)