feat: add git-cliff to generate changelogs

This should make the project a bit more "official" c:
This commit is contained in:
Jalil David Salamé Messina 2024-12-22 12:47:55 +01:00
parent bd8badac23
commit 2a52e66bc0
Signed by: jalil
GPG key ID: F016B9E770737A0B
3 changed files with 91 additions and 4 deletions

View file

@ -62,6 +62,7 @@
packages = {
inherit webnsupdate;
inherit (pkgs) git-cliff;
default = webnsupdate;
cargo-update = pkgs.writeShellApplication {
name = "cargo-update-lockfile";