From df8f311eb14239ff874122b4bce5acf0e5eb3a59 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Sat, 28 Jun 2025 21:28:20 -0700 Subject: Redo still necessary ghostty patch --- overlays/default.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'overlays/default.nix') diff --git a/overlays/default.nix b/overlays/default.nix index 1af07c3..620c73c 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -22,13 +22,13 @@ # example = prev.example.overrideAttrs (oldAttrs: rec { # ... # }); - #ghostty = prev.ghostty.overrideAttrs (_: { - # preBuild = '' - # shopt -s globstar - # sed -i 's/^const xev = @import("xev");$/const xev = @import("xev").Epoll;/' **/*.zig - # shopt -u globstar - # ''; - #}); + ghostty = prev.ghostty.overrideAttrs (_: { + preBuild = '' + shopt -s globstar + sed -i 's/^const xev = @import("xev");$/const xev = @import("xev").Epoll;/' **/*.zig + shopt -u globstar + ''; + }); linux-firmware = prev.linux-firmware.overrideAttrs (old: rec { pname = "linux-firmware"; -- cgit v1.2.3