diff options
author | Soispha <soispha@vhack.eu> | 2024-02-20 17:47:15 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-02-20 17:47:15 +0100 |
commit | 80a77032c9951ff9ded5db59fd05576d95ed3d94 (patch) | |
tree | d5213028fcc0bc2b801585dab1d2c06b0122b6fb /cog.toml | |
parent | fix(flake): Don't format `CHANGELOG.md` (diff) | |
download | nixos-config-80a77032c9951ff9ded5db59fd05576d95ed3d94.tar.gz nixos-config-80a77032c9951ff9ded5db59fd05576d95ed3d94.zip |
chore(version): v1.28.0
Diffstat (limited to 'cog.toml')
-rw-r--r-- | cog.toml | 2 |
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 = [ |