mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2025-10-05 00:12:10 +00:00
alejandra-custom: rebase patches; re-add spaced-elements patch
This commit is contained in:
parent
0e360fa999
commit
b6209c17d5
3 changed files with 480 additions and 16 deletions
|
@ -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];
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue