tests.nixops: fix broken eval

This commit is contained in:
Adam Joseph 2023-11-22 16:43:48 -08:00 committed by Jörg Thalheim
parent db04185bc9
commit c946245c7a

View file

@ -1,4 +1,6 @@
{ pkgs, ... }:
{ pkgs
, testers
, ... }:
let
inherit (pkgs) lib;
@ -19,7 +21,7 @@ let
passthru.override = args': testsForPackage (args // args');
};
testLegacyNetwork = { nixopsPkg, ... }: pkgs.nixosTest ({
testLegacyNetwork = { nixopsPkg, ... }: testers.nixosTest ({
name = "nixops-legacy-network";
nodes = {
deployer = { config, lib, nodes, pkgs, ... }: {