about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-04-02 14:15:11 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-04-02 14:24:55 +0200
commit39f83db6860ad3d152f4eccfa8ddd64b77c19f99 (patch)
treeb098110a3cff5a3b5b20b308d235cfc568c617ae
parentfix(common/docs): Avoid issue with replacement due to man section part (diff)
downloadflake-templates-39f83db6860ad3d152f4eccfa8ddd64b77c19f99.tar.gz
flake-templates-39f83db6860ad3d152f4eccfa8ddd64b77c19f99.zip
feat(common/docs): Automatically rename to application name
-rw-r--r--common/default.nix2
-rw-r--r--common/files/docs/%INIT_APPLICATION_NAME.1.md (renamed from common/files/docs/TODO.1.md)0
2 files changed, 1 insertions, 1 deletions
diff --git a/common/default.nix b/common/default.nix
index 1475541..41705a8 100644
--- a/common/default.nix
+++ b/common/default.nix
@@ -37,4 +37,4 @@ in
   // (mkAll "scripts/renew_copyright_header.sh")
   // (mkAll "shell_line_editor.sh")
   // (mkAll "treefmt.nix")
-  // (mkProgramming "docs/TODO.1.md")
+  // (mkProgramming "docs/%INIT_APPLICATION_NAME.1.md")
diff --git a/common/files/docs/TODO.1.md b/common/files/docs/%INIT_APPLICATION_NAME.1.md
index 0a7ec9d..0a7ec9d 100644
--- a/common/files/docs/TODO.1.md
+++ b/common/files/docs/%INIT_APPLICATION_NAME.1.md