{ pkgs ? import {} }: pkgs.mkShell { packages = with pkgs; [ hcloud colmena ]; }