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