diff --git a/flake.nix b/flake.nix index c7b3847de..f424a9383 100644 --- a/flake.nix +++ b/flake.nix @@ -72,6 +72,10 @@ default = hmPkg; home-manager = hmPkg; + create-news-entry = pkgs.writeShellScriptBin "create-news-entry" '' + ./modules/misc/news/create-news-entry.sh + ''; + docs-html = docs.manual.html; docs-htmlOpenTool = docs.manual.htmlOpenTool; docs-json = docs.options.json;