diff options
Diffstat (limited to 'overlays')
| -rw-r--r-- | overlays/default.nix | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/overlays/default.nix b/overlays/default.nix index 0e39244..4d10963 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -22,6 +22,24 @@ # 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 + # ''; + #}); + + #linux-firmware = prev.linux-firmware.overrideAttrs (old: rec { + # pname = "linux-firmware"; + # version = "20250708"; + # src = prev.fetchFromGitLab { + # owner = "kernel-firmware"; + # repo = "linux-firmware"; + # rev = "99d64b4f788c16e81b6550ef94f43c6b91cfad2d"; + # hash = "sha256-TJ97A9I0ipsqgg7ex3pAQgdhDJcLbkNCvuLppt9a07o="; + # }; + #}); }; #"67e692392-packages" = final: _prev: { |
