Add cargo-make to Nix shell packages.

This commit is contained in:
Bauke 2023-04-04 00:36:48 +02:00
parent 69c7c10368
commit a325269e7c
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@
with pkgs;
mkShell rec {
packages = [ nodejs nodePackages.pnpm ];
packages = [ cargo-make nodejs nodePackages.pnpm ];
}