diff --git a/flake.nix b/flake.nix index 6261297..b3e0bb4 100644 --- a/flake.nix +++ b/flake.nix @@ -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 + ]; }; });