Why:

*

This change addresses the need by:

*
This commit is contained in:
Miguel Palhas
2024-10-05 10:52:21 +01:00
parent f88815f189
commit 20192b9825
+1 -1
View File
@@ -1,5 +1,5 @@
{ pkgs, ... }: {
commitTemplate = builtints.toFile "git-commit-template.txt" ''
commitTemplate = builtins.toFile "git-commit-template.txt" ''
Change me
'';