nix(refactor): Move withPostgresqlVersions and withAllVersions to new withTools

This commit is contained in:
Wolfgang Walther
2021-04-18 13:51:39 +02:00
committed by Wolfgang Walther
parent dccce946e3
commit 32bac81d91
6 changed files with 97 additions and 95 deletions
+4 -3
View File
@@ -27,11 +27,12 @@ lib.overrideDerivation postgrest.env (
pkgs.cabal-install
pkgs.cabal2nix
pkgs.postgresql
postgrest.nixpkgsUpgrade
postgrest.devtools
postgrest.tests
postgrest.style
postgrest.hsie.bin
postgrest.nixpkgsUpgrade
postgrest.style
postgrest.tests
postgrest.withTools
]
++ lib.optional memoryTests postgrest.tests.memoryTests
++ lib.optional docker postgrest.docker