shell.nix: add imagemagick

This commit is contained in:
Harsh Shandilya 2021-08-14 05:42:13 +05:30
parent 6b3a3d8591
commit 86db6f0efa

View File

@ -4,5 +4,6 @@ pkgs.mkShell {
buildInputs = with pkgs; [ buildInputs = with pkgs; [
nodejs-16_x nodejs-16_x
wrangler wrangler
imagemagick
]; ];
} }