treewide. complete refactor

Lots of cleaning up, I cannot be arsed to commit everything one-by-one
This commit is contained in:
raf 2024-07-22 00:19:39 +03:00
commit 5b7812600d
Signed by: NotAShelf
GPG key ID: AF26552424E53993
24 changed files with 631 additions and 464 deletions

View file

@ -0,0 +1,16 @@
{alejandra, ...}:
alejandra.overrideAttrs (prev: {
pname = "alejandra-custom";
version = "0-unstable-2024-07-21";
patches =
(prev.patches or [])
++ [
./0001-no-ads.patch
./0002-spaced-elements.patch # Courtesy of @soupglasses
];
meta.description = ''
Patched version of Alejandra that removes ads and adds spaces in attrsets & lists
'';
})