{ pkgs ? import {} }: pkgs.haskellPackages.callCabal2nix "ssg" (pkgs.lib.sourceByRegex ./. [ "^ssg\.cabal$" "^src.*" ]) {}