Skip to content

Commit

Permalink
zig: update source builds to use LLVM 19
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloudef committed Jan 17, 2025
1 parent d9b09a2 commit c22a0c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zig.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
, fetchurl
, zig-shell-completions
, cmake
, llvmPackages_18
, llvmPackages_19
, libxml2
, zlib
, coreutils
Expand All @@ -34,7 +34,7 @@ let
changelog = release.notes;
};
in {
src = with llvmPackages_18; stdenv.mkDerivation (finalAttrs: {
src = with llvmPackages_19; stdenv.mkDerivation (finalAttrs: {
pname = "zig";
inherit version;

Expand Down

0 comments on commit c22a0c6

Please sign in to comment.