diff --git a/lib.nix b/lib.nix index eadc67d..f784d01 100644 --- a/lib.nix +++ b/lib.nix @@ -43,7 +43,8 @@ in inherit name; text = '' - PC_CONFIG_FILES=${configFile} RUNTIME_PATH=$(pwd)/${runtime} ${pkgs.process-compose}/bin/process-compose "$@" + + PC_NO_SERVER=true PC_CONFIG_FILES=${configFile} RUNTIME_PATH=$(pwd)/${runtime} ${pkgs.process-compose}/bin/process-compose "$@" ''; }; mkPostgres = import ./services/postgres.nix { inherit pkgs; };