diff --git a/flake.nix b/flake.nix index fd01103..4fa66d1 100644 --- a/flake.nix +++ b/flake.nix @@ -18,7 +18,11 @@ devShells = forEachSupportedSystem ({ pkgs }: { default = pkgs.mkShell { - packages = with pkgs; [ node2nix nodejs nodePackages.pnpm yarn ]; + packages = with pkgs; [ + node2nix nodejs nodePackages.pnpm yarn + python3 + fd + ]; }; }); };