From fbd69ad63e5e43f03f6b421de61526cac95604c3 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Tue, 6 Aug 2024 23:46:42 -0500 Subject: [PATCH] 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. --- home/modules/development.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/modules/development.nix b/home/modules/development.nix index 537eba7..96a4baf 100644 --- a/home/modules/development.nix +++ b/home/modules/development.nix @@ -4,6 +4,7 @@ let cargo nixfmt-rfc-style nixpkgs-review + process-compose ]; in with lib; { options.greg.development = mkEnableOption "Setup necessary development packages";