My Nix Configuration
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

[overlays] linux-firmware: drop

dish 35fb01b2 30beeb92

-9
-9
overlays/linux-firmware/default.nix
··· 1 - _: final: prev: { 2 - ghostty = prev.ghostty.overrideAttrs (_: { 3 - preBuild = '' 4 - shopt -s globstar 5 - sed -i 's/^const xev = @import("xev");$/const xev = @import("xev").Epoll;/' **/*.zig 6 - shopt -u globstar 7 - ''; 8 - }); 9 - }