Add zip and unzip
This commit is contained in:
parent
7fc2a23d82
commit
6913be96a0
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@
|
|||
in {
|
||||
devShell = pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [
|
||||
zip
|
||||
unzip
|
||||
|
||||
nodePackages.typescript-language-server
|
||||
|
||||
(python39.withPackages (pypkgs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue