1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00

flake.nix: expose create-news-entry as a package

Easier to `nix run .#create-news-entry` instead of finding the location
to run.
This commit is contained in:
Austin Horstman 2025-05-10 10:20:07 -05:00
parent e95a7c5b6f
commit c4bd004d9d

View file

@ -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;