Remove uneeded file

This commit is contained in:
John Ericson 2023-12-03 18:14:36 -05:00
parent c160c62515
commit 7a7ad7c84b
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
{ lib
, fileset
, stdenv
, client
, daemon
}:
stdenv.mkDerivation {
name =
"nix-tests"
+ lib.optionalString
(lib.versionAtLeast daemon.version "2.4pre20211005" &&
lib.versionAtLeast client.version "2.4pre20211005")
"-${client.version}-against-${daemon.version}";
}