From 2f3759f4ff06ae7c7df8f465c3fef28537081f14 Mon Sep 17 00:00:00 2001 From: Jente Hidskes Ankarberg Date: Wed, 1 Feb 2023 16:54:58 +0100 Subject: [PATCH] foundationdb: remove unused with builtins --- pkgs/servers/foundationdb/cmake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/servers/foundationdb/cmake.nix b/pkgs/servers/foundationdb/cmake.nix index e381ab467651..dc4df269eb5a 100644 --- a/pkgs/servers/foundationdb/cmake.nix +++ b/pkgs/servers/foundationdb/cmake.nix @@ -11,8 +11,7 @@ let stdenv = if useClang then llvmPackages.libcxxStdenv else gccStdenv; - tests = with builtins; - builtins.replaceStrings [ "\n" ] [ " " ] (lib.fileContents ./test-list.txt); + tests = builtins.replaceStrings [ "\n" ] [ " " ] (lib.fileContents ./test-list.txt); makeFdb = { version