mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2025-01-19 16:32:25 +00:00
14 lines
306 B
Nix
14 lines
306 B
Nix
{alejandra, ...}:
|
|
alejandra.overrideAttrs (prev: {
|
|
pname = "alejandra-custom";
|
|
version = "0-unstable-2024-07-21";
|
|
|
|
patches =
|
|
(prev.patches or [])
|
|
++ [./0001-no-ads.patch];
|
|
|
|
meta.description = ''
|
|
Patched version of Alejandra that removes ads and adds spaces in attrsets & lists
|
|
'';
|
|
})
|