build(flake): add convco to dev

Adds the tool convco to the flake, allowing eza hackers to run
`convco commit`, giving a guided flow for creating conventional commits.

Refs: 149
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2023-08-24 02:09:54 +02:00
parent 4bd0d8357d
commit 06c9b4f74a
No known key found for this signature in database
GPG key ID: CDDC792F655251ED

View file

@ -71,7 +71,7 @@
# For `nix develop`:
devShells.default = pkgs.mkShell {
nativeBuildInputs = with pkgs; [ toolchain just pandoc vhs ];
nativeBuildInputs = with pkgs; [ toolchain just pandoc vhs convco ];
};
# for `nix flake check`