Skip to content

Commit 011a544

Browse files
committed
bump llvm 19=>20
1 parent a157c87 commit 011a544

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
@@ -6,7 +6,7 @@
66
final: prev: {
77

88
stdenvIncludeOS = prev.pkgsStatic.lib.makeScope prev.pkgsStatic.newScope (self: {
9-
llvmPkgs = prev.pkgsStatic.llvmPackages_19;
9+
llvmPkgs = prev.pkgsStatic.llvmPackages_20;
1010
stdenv = self.llvmPkgs.libcxxStdenv; # Use this as base stdenv
1111

1212
# 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_19.libcxxStdenv,
3+
stdenv ? pkgs.llvmPackages_20.libcxxStdenv,
44
withCcache ? false,
55
}:
66
stdenv.mkDerivation rec {

0 commit comments

Comments
 (0)