# DEVELOPMENT shell environment { pkgs ? import {} }: pkgs.mkShell { name = "TWS Links page"; nativeBuildInputs = with pkgs.buildPackages; [ nodejs git ]; }