about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-02-20 17:35:06 +0100
committerSoispha <soispha@vhack.eu>2024-02-20 17:35:06 +0100
commitad02935944bdc11c766d2cbfca6c133b709d3256 (patch)
tree5b005b05941d20adcba68f860f68ddfedbaa4051
parentrefactor(treewide): Reformat all files with treefmt (diff)
downloadnixos-config-ad02935944bdc11c766d2cbfca6c133b709d3256.tar.gz
nixos-config-ad02935944bdc11c766d2cbfca6c133b709d3256.zip
build(cog.toml): Add formatting step
-rw-r--r--cog.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/cog.toml b/cog.toml
index 7b3f4016..4f51c54e 100644
--- a/cog.toml
+++ b/cog.toml
@@ -7,6 +7,7 @@ post_package_bump_hooks = []
 branch_whitelist = ["prime"]
 
 pre_bump_hooks = [
+  "nix fmt", # Format
   "nix flake check", # verify the project builds
 ]
 post_bump_hooks = [