shell.nix: add imagemagick

This commit is contained in:
Harsh Shandilya 2021-08-14 05:42:13 +05:30
parent 6b3a3d8591
commit 86db6f0efa
1 changed files with 1 additions and 0 deletions

View File

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