Skip to content

Commit

Permalink
Merge branch 'main' into revert-79-pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored Feb 11, 2024
2 parents 2b4de1b + e926d2d commit a0b5014
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions test/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@
};
in
builtins.listToAttrs (builtins.map mkPackageFor [
../nix/apache-kafka_test.nix
../nix/clickhouse/clickhouse_test.nix
../nix/elasticsearch_test.nix
../nix/mysql_test.nix
../nix/nginx_test.nix
../nix/postgres/postgres_test.nix
../nix/redis_test.nix
../nix/redis-cluster_test.nix
../nix/zookeeper_test.nix
"${inputs.services-flake}/nix/apache-kafka_test.nix"
"${inputs.services-flake}/nix/clickhouse/clickhouse_test.nix"
"${inputs.services-flake}/nix/elasticsearch_test.nix"
"${inputs.services-flake}/nix/mysql_test.nix"
"${inputs.services-flake}/nix/nginx_test.nix"
"${inputs.services-flake}/nix/postgres/postgres_test.nix"
"${inputs.services-flake}/nix/redis_test.nix"
"${inputs.services-flake}/nix/redis-cluster_test.nix"
"${inputs.services-flake}/nix/zookeeper_test.nix"
]);
};
};
Expand Down

0 comments on commit a0b5014

Please sign in to comment.