diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-07-28 09:24:55 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-07-28 09:24:55 -0700 |
commit | e33055823210a0fa209ec37fe008c5100d67cb63 (patch) | |
tree | 2c4ebebbab8572fbdc3266532d8286e4742bed3f /overlays | |
parent | 66b6760e6e029eeb42f56d88a947c20bc75f8140 (diff) | |
download | nix-e33055823210a0fa209ec37fe008c5100d67cb63.tar nix-e33055823210a0fa209ec37fe008c5100d67cb63.tar.gz nix-e33055823210a0fa209ec37fe008c5100d67cb63.tar.bz2 nix-e33055823210a0fa209ec37fe008c5100d67cb63.tar.lz nix-e33055823210a0fa209ec37fe008c5100d67cb63.tar.xz nix-e33055823210a0fa209ec37fe008c5100d67cb63.tar.zst nix-e33055823210a0fa209ec37fe008c5100d67cb63.zip |
Remove ghostty workaround
Diffstat (limited to '')
-rw-r--r-- | overlays/default.nix | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/overlays/default.nix b/overlays/default.nix index 8d34f91..4d10963 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"; |