mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2024-11-05 13:01:16 +00:00
5 lines
136 B
Nix
5 lines
136 B
Nix
|
{alejandra, ...}:
|
||
|
alejandra.overrideAttrs (prev: {
|
||
|
patches = (prev.patches or []) ++ [../patches/0003-alejandra-remove-ads.patch];
|
||
|
})
|