nix: remove uneeded slocat

slocat was introduced to test pipeline mode (see https://github.com/PostgREST/postgrest/pull/2682),
but pipeline mode was not merged https://github.com/PostgREST/postgrest/pull/2707.

So it's really not needed on the loadtests.
This commit is contained in:
steve-chavez
2026-03-13 18:56:31 +00:00
committed by Wolfgang Walther
parent 5ff271592c
commit af4c4157f5
5 changed files with 1 additions and 96 deletions
-1
View File
@@ -44,7 +44,6 @@ let
allOverlays.checked-shell-script
allOverlays.gitignore
(allOverlays.haskell-packages { inherit compiler; })
allOverlays.slocat
];
# Evaluated expression of the Nixpkgs repository.