nix: patch tokei with hledger support

This commit is contained in:
Primrose 2024-07-03 21:53:02 +02:00
parent 35f5abe654
commit 482252d6a0
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
3 changed files with 46 additions and 1 deletions

View file

@ -31,9 +31,11 @@
maeel = pkgs.callPackage ./maeel.nix { };
# alpha tokei with typst
tokei = pkgs.callPackage ./tokei.nix { };
tokei = pkgs.callPackage ./tokei { };
dl-librescore = pkgs.callPackage ./dl-librescore.nix { };
angular-language-server = pkgs.callPackage ./angular-language-server { };
};
};
}