about summary refs log tree commit diff
path: root/nixpkgs/nixos/tests/etesync-dav.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/etesync-dav.nix')
-rw-r--r--nixpkgs/nixos/tests/etesync-dav.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/nixos/tests/etesync-dav.nix b/nixpkgs/nixos/tests/etesync-dav.nix
index 6a747e23f76f..f49152c60991 100644
--- a/nixpkgs/nixos/tests/etesync-dav.nix
+++ b/nixpkgs/nixos/tests/etesync-dav.nix
@@ -5,7 +5,7 @@ import ./make-test-python.nix ({ pkgs, ... }: {
     maintainers = [ _3699n ];
   };
 
-  machine = { config, pkgs, ... }: {
+  nodes.machine = { config, pkgs, ... }: {
       environment.systemPackages = [ pkgs.curl pkgs.etesync-dav ];
   };