about summary refs log tree commit diff stats
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index 5faa6e6..790ec27 100644
--- a/default.nix
+++ b/default.nix
@@ -15,4 +15,5 @@
   overlays = import ./overlays; # nixpkgs overlays
 
   prettier-plugin-go-template = pkgs.callPackage ./pkgs/prettier-plugin-go-template { };
+  htmlformat = pkgs.callPackage ./pkgs/htmlformat { };
 }