aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2025-07-28 09:24:55 -0700
committerMark Nipper <nipsy@bitgnome.net>2025-07-28 09:24:55 -0700
commite33055823210a0fa209ec37fe008c5100d67cb63 (patch)
tree2c4ebebbab8572fbdc3266532d8286e4742bed3f
parent66b6760e6e029eeb42f56d88a947c20bc75f8140 (diff)
downloadnix-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
-rw-r--r--overlays/default.nix14
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";