mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 23:47:51 +00:00
tests.nixops: fix broken eval
This commit is contained in:
parent
db04185bc9
commit
c946245c7a
@ -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, ... }: {
|
||||
|
Loading…
Reference in New Issue
Block a user