about summary refs log tree commit diff stats
path: root/cog.toml
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-02-20 17:47:15 +0100
committerSoispha <soispha@vhack.eu>2024-02-20 17:47:15 +0100
commit80a77032c9951ff9ded5db59fd05576d95ed3d94 (patch)
treed5213028fcc0bc2b801585dab1d2c06b0122b6fb /cog.toml
parentfix(flake): Don't format `CHANGELOG.md` (diff)
downloadnixos-config-80a77032c9951ff9ded5db59fd05576d95ed3d94.tar.gz
nixos-config-80a77032c9951ff9ded5db59fd05576d95ed3d94.zip
chore(version): v1.28.0
Diffstat (limited to 'cog.toml')
-rw-r--r--cog.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cog.toml b/cog.toml
index 4f51c54e..b42a613d 100644
--- a/cog.toml
+++ b/cog.toml
@@ -7,7 +7,7 @@ post_package_bump_hooks = []
 branch_whitelist = ["prime"]
 
 pre_bump_hooks = [
-  "nix fmt", # Format
+  "nix fmt",         # Format
   "nix flake check", # verify the project builds
 ]
 post_bump_hooks = [