mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2025-10-15 13:09:35 +00:00
treewide: start transitioning to nixpkgs package structure
This commit is contained in:
parent
5244163a47
commit
d52fa53348
16 changed files with 190 additions and 63 deletions
4
pkgs/tools/nix/alejandra-no-ads/default.nix
Normal file
4
pkgs/tools/nix/alejandra-no-ads/default.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{alejandra, ...}:
|
||||
alejandra.overrideAttrs (prev: {
|
||||
patches = (prev.patches or []) ++ [../patches/0003-alejandra-remove-ads.patch];
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue