mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2025-11-22 05:24:10 +00:00
treewide. complete refactor
Lots of cleaning up, I cannot be arsed to commit everything one-by-one
This commit is contained in:
parent
a704a123ec
commit
5b7812600d
24 changed files with 631 additions and 464 deletions
16
pkgs/alejandra-custom/package.nix
Normal file
16
pkgs/alejandra-custom/package.nix
Normal 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
|
||||
'';
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue