diff --git a/test/flake.nix b/test/flake.nix index 28a90c6..39bae5c 100644 --- a/test/flake.nix +++ b/test/flake.nix @@ -15,22 +15,18 @@ perSystem = { self', pkgs, lib, ... }: { process-compose = { postgres = { - # TODO: remove `port = 0`; as it will be default after this: https://github.com/Platonic-Systems/process-compose-flake/pull/42 - port = 0; imports = [ inputs.services-flake.processComposeModules.default ../nix/postgres_test.nix ]; }; redis = { - port = 0; imports = [ inputs.services-flake.processComposeModules.default ../nix/redis_test.nix ]; }; redis-cluster = { - port = 0; imports = [ inputs.services-flake.processComposeModules.default ../nix/redis-cluster_test.nix