Add zip and unzip

This commit is contained in:
Tristan Daniël Maat 2022-04-09 19:31:46 +01:00
parent 7fc2a23d82
commit 6913be96a0
Signed by: tlater
GPG key ID: 49670FD774E43268

View file

@ -16,6 +16,9 @@
in {
devShell = pkgs.mkShell {
nativeBuildInputs = with pkgs; [
zip
unzip
nodePackages.typescript-language-server
(python39.withPackages (pypkgs: