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
|
||||
nixfmt-rfc-style
|
||||
nixpkgs-review
|
||||
process-compose
|
||||
];
|
||||
in with lib; {
|
||||
options.greg.development = mkEnableOption "Setup necessary development packages";
|
||||
|
||||
Reference in New Issue
Block a user