summary refs log tree commit diff stats
path: root/overlays/htmlformat/default.nix
blob: 93292c76e8b50a45267bd05bccf7f31ed073aa59 (plain)
1
2
3
self: super: {
  htmlformat = super.callPackage ./htmlformat.nix { };
}