diff options
author | Soispha <soispha@vhack.eu> | 2024-02-20 17:35:06 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-02-20 17:35:06 +0100 |
commit | ad02935944bdc11c766d2cbfca6c133b709d3256 (patch) | |
tree | 5b005b05941d20adcba68f860f68ddfedbaa4051 /cog.toml | |
parent | refactor(treewide): Reformat all files with treefmt (diff) | |
download | nixos-config-ad02935944bdc11c766d2cbfca6c133b709d3256.tar.gz nixos-config-ad02935944bdc11c766d2cbfca6c133b709d3256.zip |
build(cog.toml): Add formatting step
Diffstat (limited to 'cog.toml')
-rw-r--r-- | cog.toml | 1 |
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 = [ |