fix htmlformat
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
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 { }; }