alejandra-custom: rebase patches; re-add spaced-elements patch

This commit is contained in:
raf 2024-07-22 00:59:15 +03:00
commit b6209c17d5
Signed by: NotAShelf
GPG key ID: AF26552424E53993
3 changed files with 480 additions and 16 deletions

View file

@ -1,4 +1,8 @@
{alejandra, ...}:
{
lib,
alejandra,
...
}:
alejandra.overrideAttrs (prev: {
pname = "alejandra-custom";
version = "0-unstable-2024-07-21";
@ -7,7 +11,9 @@ alejandra.overrideAttrs (prev: {
(prev.patches or [])
++ [./0001-no-ads.patch];
meta.description = ''
Patched version of Alejandra that removes ads and adds spaces in attrsets & lists
'';
meta = {
description = "Custom build of Alejandra without ads & spaces around lists and attrsets";
mainProgram = "alejandra";
maintainers = [lib.maintainers.NotAShelf];
};
})