Add git-flow

This commit is contained in:
Erwin Boskma 2023-07-03 16:05:13 +02:00
parent 96f464649f
commit 3acc295ae0
Signed by: erwin
SSH key fingerprint: SHA256:9LmFDe1C6jSrEyqxxvX8NtJBmcbB105XoqyUZF092bg

View file

@ -103,7 +103,17 @@
name = "ha-now-playing";
inputsFrom = [ self.packages.${system}.ha-now-playing ];
packages = [ rustToolchain cargo-edit cargo-diet cargo-feature cargo-outdated pre-commit rust-analyzer taplo ];
packages = [
rustToolchain
cargo-edit
cargo-diet
cargo-feature
cargo-outdated
pre-commit
rust-analyzer
taplo
gitflow
];
};
});