diff options
| author | Franck Cuny <59291+fcuny@users.noreply.github.com> | 2025-03-02 17:06:52 -0800 |
|---|---|---|
| committer | Franck Cuny <59291+fcuny@users.noreply.github.com> | 2025-03-10 19:32:18 -0700 |
| commit | 60081aa0134b92428e359466c956496c7d2769c7 (patch) | |
| tree | 31acc2d422796d47cf7584326448daa4ca1192c3 | |
| parent | Update LLM commit prompt → Conventional Commits (diff) | |
| download | infra-60081aa0134b92428e359466c956496c7d2769c7.tar.gz | |
ensure llm templates dir exists
| -rw-r--r-- | nix/users/fcuny/llm.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nix/users/fcuny/llm.nix b/nix/users/fcuny/llm.nix index 407cead..4510c67 100644 --- a/nix/users/fcuny/llm.nix +++ b/nix/users/fcuny/llm.nix @@ -1,8 +1,7 @@ { ... }: { - - # we need this path to be created. home.file.".configs/llm/templates/.keep".text = "# Managed by Home Manager"; + home.file.".config/llm/templates/pr-prompt.yaml".text = builtins.readFile ../../../configs/llm/templates/pr-prompt.yaml; |
