Add process-compose directly to development
Typically I am going to be using it from a flake, directly, but there are times when it is useful to have the command itself around.
This commit is contained in:
@@ -4,6 +4,7 @@ let
|
|||||||
cargo
|
cargo
|
||||||
nixfmt-rfc-style
|
nixfmt-rfc-style
|
||||||
nixpkgs-review
|
nixpkgs-review
|
||||||
|
process-compose
|
||||||
];
|
];
|
||||||
in with lib; {
|
in with lib; {
|
||||||
options.greg.development = mkEnableOption "Setup necessary development packages";
|
options.greg.development = mkEnableOption "Setup necessary development packages";
|
||||||
|
|||||||
Reference in New Issue
Block a user