From 6913be96a09e27bb586e0f269ef0ff93279a8121 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tristan=20Dani=C3=ABl=20Maat?= Date: Sat, 9 Apr 2022 19:31:46 +0100 Subject: [PATCH] Add zip and unzip --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index 5a4daa6..1999251 100644 --- a/flake.nix +++ b/flake.nix @@ -16,6 +16,9 @@ in { devShell = pkgs.mkShell { nativeBuildInputs = with pkgs; [ + zip + unzip + nodePackages.typescript-language-server (python39.withPackages (pypkgs: