all repos — nixfiles @ a3c608d37e5f928ea7d715c38116928f6a764665

System and user configuration, managed by nix and home-manager

overlays/htmlformat/default.nix (view raw)

1
2
3
self: super: {
  htmlformat = super.callPackage ./htmlformat.nix { };
}