diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-04-02 14:15:11 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-04-02 14:24:55 +0200 |
commit | 39f83db6860ad3d152f4eccfa8ddd64b77c19f99 (patch) | |
tree | b098110a3cff5a3b5b20b308d235cfc568c617ae /common/default.nix | |
parent | fix(common/docs): Avoid issue with replacement due to man section part (diff) | |
download | flake-templates-39f83db6860ad3d152f4eccfa8ddd64b77c19f99.tar.gz flake-templates-39f83db6860ad3d152f4eccfa8ddd64b77c19f99.zip |
feat(common/docs): Automatically rename to application name
Diffstat (limited to 'common/default.nix')
-rw-r--r-- | common/default.nix | 2 |
1 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") |