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:
parent
082a4cd87c
commit
2539eba97a
1 changed files with 4 additions and 0 deletions
4
Justfile
4
Justfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue