Skip to content

Commit

Permalink
nix: update to zig 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Jun 24, 2024
1 parent 4cb4edd commit 13d4ec4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nix/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
git,
ncurses,
pkg-config,
zig_0_12,
zig_0_13,
pandoc,
revision ? "dirty",
optimize ? "Debug",
Expand All @@ -34,7 +34,7 @@
# https://github.com/ziglang/zig/issues/14281#issuecomment-1624220653 is
# ultimately acted on and has made its way to a nixpkgs implementation, this
# can probably be removed in favor of that.
zig012Hook = zig_0_12.hook.overrideAttrs {
zig012Hook = zig_0_13.hook.overrideAttrs {
zig_default_flags = "-Dcpu=baseline -Doptimize=${optimize}";
};

Expand Down Expand Up @@ -79,7 +79,7 @@
name = "ghostty-cache";
nativeBuildInputs = [
git
zig_0_12.hook
zig_0_13.hook
];

dontConfigure = true;
Expand Down

0 comments on commit 13d4ec4

Please sign in to comment.