nix: add tokei

This commit is contained in:
Primrose 2024-06-04 23:30:23 +02:00
parent cd5b64d20e
commit 73a67e1e73
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 36 additions and 0 deletions

View file

@ -29,6 +29,9 @@
necrolib = pkgs.callPackage ./necrolib.nix { };
why3 = pkgs.callPackage ./why3.nix { inherit (alt-ergo-pin) alt-ergo; };
maeel = pkgs.callPackage ./maeel.nix { };
# alpha tokei with typst
tokei = pkgs.callPackage ./tokei.nix { };
};
};
}