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:
Greg Hellings
2024-08-06 23:46:42 -05:00
parent 62df7c8cf6
commit fbd69ad63e
+1
View File
@@ -4,6 +4,7 @@ let
cargo
nixfmt-rfc-style
nixpkgs-review
process-compose
];
in with lib; {
options.greg.development = mkEnableOption "Setup necessary development packages";