# DEVELOPMENT shell environment { pkgs ? import {} }: pkgs.mkShell { name = "kalkutago"; nativeBuildInputs = with pkgs.buildPackages; [ clang yarn nodejs openssl python3 python3Packages.requests python3Packages.ipython rustup docker gnumake ]; }