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