diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-04-02 13:19:32 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-04-02 13:24:36 +0200 |
commit | c800a8a50092df687f338fe8c48fb158ffd15210 (patch) | |
tree | 8aa4657595ac1c3528ffe0180f71051448b0befc /common/default.nix | |
parent | build(update_common_files): Allow to specify which file to move where (diff) | |
download | flake-templates-c800a8a50092df687f338fe8c48fb158ffd15210.tar.gz flake-templates-c800a8a50092df687f338fe8c48fb158ffd15210.zip |
fix(common): Remove the last occurrences of hard coded values
Diffstat (limited to 'common/default.nix')
-rw-r--r-- | common/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/default.nix b/common/default.nix index 473d4f8..1475541 100644 --- a/common/default.nix +++ b/common/default.nix @@ -37,3 +37,4 @@ in // (mkAll "scripts/renew_copyright_header.sh") // (mkAll "shell_line_editor.sh") // (mkAll "treefmt.nix") + // (mkProgramming "docs/TODO.1.md") |