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