{ pkgs }:
{
  crowdsec = import ./crowdsec { inherit pkgs; };
  starbound = pkgs.callPackage ./starbound { };
}