diff --git a/nix/package.nix b/nix/package.nix index 47bf5ac48..b8d69eef9 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -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_13.hook.overrideAttrs { + zig_hook = zig_0_13.hook.overrideAttrs { zig_default_flags = "-Dcpu=baseline -Doptimize=${optimize}"; }; @@ -79,7 +79,7 @@ name = "ghostty-cache"; nativeBuildInputs = [ git - zig_0_13.hook + zig_hook ]; dontConfigure = true; @@ -117,7 +117,7 @@ in ncurses pandoc pkg-config - zig012Hook + zig_hook wrapGAppsHook4 ];