package: add cargo-checkmate

This commit is contained in:
lelgenio 2023-01-25 17:00:40 -03:00
parent 44f0c7a133
commit bf50b36166
4 changed files with 42 additions and 3 deletions

View file

@ -4,4 +4,5 @@
{ pkgs, inputs }: {
dzgui = pkgs.callPackage ./dzgui.nix { };
plymouth-theme-red = pkgs.callPackage ./plymouth-theme-red.nix { inherit inputs; };
cargo-checkmate = pkgs.callPackage ./cargo-checkmate.nix { };
}