justfile: add a create-news-entry target

to help with discovery.
flakes can expose targets as well but:
1. they are not supported by everyone
2. there is a perf hit for now when copying the repo into the nix store
This commit is contained in:
teto 2026-01-24 20:41:59 +01:00 committed by Austin Horstman
parent 082a4cd87c
commit 2539eba97a

View file

@ -14,3 +14,7 @@ test *pattern:
# Run integration tests
integration_tests:
nix run .#tests -- -t -l
# Create a news entry
create-news-entry:
modules/misc/news/create-news-entry.sh