about summary refs log tree commit diff
path: root/nixpkgs/nixos/tests/blockbook-frontend.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/blockbook-frontend.nix')
-rw-r--r--nixpkgs/nixos/tests/blockbook-frontend.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/nixos/tests/blockbook-frontend.nix b/nixpkgs/nixos/tests/blockbook-frontend.nix
index e17a2d057797..dca4f2f53cc1 100644
--- a/nixpkgs/nixos/tests/blockbook-frontend.nix
+++ b/nixpkgs/nixos/tests/blockbook-frontend.nix
@@ -4,7 +4,7 @@ import ./make-test-python.nix ({ pkgs, ... }: {
     maintainers = with maintainers; [ _1000101 ];
   };
 
-  machine = { ... }: {
+  nodes.machine = { ... }: {
     services.blockbook-frontend."test" = {
       enable = true;
     };