Add zip and unzip

main
Tristan Daniël Maat 2022-04-09 19:31:46 +01:00
parent 7fc2a23d82
commit 6913be96a0
Signed by: tlater
GPG Key ID: 49670FD774E43268
1 changed files with 3 additions and 0 deletions

View File

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