about summary refs log tree commit diff
path: root/nixpkgs/nixos/tests/agda.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/agda.nix')
-rw-r--r--nixpkgs/nixos/tests/agda.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/nixos/tests/agda.nix b/nixpkgs/nixos/tests/agda.nix
index ec61af2afe75..6f51300111ac 100644
--- a/nixpkgs/nixos/tests/agda.nix
+++ b/nixpkgs/nixos/tests/agda.nix
@@ -15,7 +15,7 @@ in
     maintainers = [ alexarice turion ];
   };
 
-  machine = { pkgs, ... }: {
+  nodes.machine = { pkgs, ... }: {
     environment.systemPackages = [
       (pkgs.agda.withPackages {
         pkgs = p: [ p.standard-library ];