create-news-entry.sh: add more examples
To make it easier for contributors to customize their entry: it's easier to remove the comments (or not since they wont be seen anyway) then searching for those examples.
This commit is contained in:
parent
f9482fd109
commit
52d053556a
1 changed files with 4 additions and 0 deletions
|
|
@ -16,9 +16,13 @@ cd "$DIRNAME" || {
|
|||
}
|
||||
|
||||
cat - <<EOF >"$YEAR/$MONTH/$FILENAME_BASE.nix"
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
time = "$DATE";
|
||||
# condition = pkgs.stdenv.hostPlatform.isLinux;
|
||||
# condition = config.programs.neovim.enable;
|
||||
condition = true;
|
||||
# if behavior changed, explain how to restore previous behavior.
|
||||
message = ''
|
||||
PLACEHOLDER
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue