Add git-flow
This commit is contained in:
parent
96f464649f
commit
3acc295ae0
1 changed files with 11 additions and 1 deletions
12
flake.nix
12
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
|
||||
];
|
||||
};
|
||||
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue