nix: update shell config

This commit is contained in:
Harsh Shandilya 2021-11-06 15:32:54 +05:30
parent 2b07b24899
commit 63ad9fd6b1
1 changed files with 3 additions and 1 deletions

View File

@ -2,8 +2,10 @@
pkgs.mkShell {
buildInputs = with pkgs; [
go
hugo
imagemagick
nodejs-16_x
wrangler
imagemagick
];
}