{
  withSystem,
  inputs,
  ...
}: {
  perSystem = {
    config,
    pkgs,
    lib,
    inputs',
    ...
  }: {
    devShells.typst = pkgs.mkShell {
      buildInputs = with inputs'.nixpkgs-unstable.legacyPackages; [
      ];
    };
  };
}