about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--default.nix1
-rw-r--r--pkgs/htmlformat/default.nix1
2 files changed, 1 insertions, 1 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 { };
 }
diff --git a/pkgs/htmlformat/default.nix b/pkgs/htmlformat/default.nix
index 93195dd..2135731 100644
--- a/pkgs/htmlformat/default.nix
+++ b/pkgs/htmlformat/default.nix
@@ -11,7 +11,6 @@ buildGoModule rec {
     owner = "a-h";
     repo = "htmlformat";
     rev = "5bd994fe268e4d505a9793143fa85414c7d50887";
-    hash = "sha256-YSl9GsXhc0L2oKGZLwwjUtpe5W6ra6kk74zvQdsDCMU=";
     sha256 = "1i880gdl3vwcxwjajsxbdvjmxnjj4c62z6d1l3v44wz1qld7sab1";
     # date = "2023-11-08T12:46:58+00:00";
   };