mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Remove uneeded file
This commit is contained in:
parent
c160c62515
commit
7a7ad7c84b
1 changed files with 0 additions and 15 deletions
|
@ -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}";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue