fix htmlformat
2 files changed, 1 insertion(+), 1 deletion(-)
M default.nix → default.nix
@@ -15,4 +15,5 @@ modules = import ./modules; # NixOS modules overlays = import ./overlays; # nixpkgs overlays prettier-plugin-go-template = pkgs.callPackage ./pkgs/prettier-plugin-go-template { }; + htmlformat = pkgs.callPackage ./pkgs/htmlformat { }; }
M pkgs/htmlformat/default.nix → pkgs/htmlformat/default.nix
@@ -11,7 +11,6 @@ src = fetchFromGitHub { owner = "a-h"; repo = "htmlformat"; rev = "5bd994fe268e4d505a9793143fa85414c7d50887"; - hash = "sha256-YSl9GsXhc0L2oKGZLwwjUtpe5W6ra6kk74zvQdsDCMU="; sha256 = "1i880gdl3vwcxwjajsxbdvjmxnjj4c62z6d1l3v44wz1qld7sab1"; # date = "2023-11-08T12:46:58+00:00"; };