summary refs log tree commit diff
path: root/nixos/tests/agda.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/agda.nix')
-rw-r--r--nixos/tests/agda.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/agda.nix b/nixos/tests/agda.nix
index ec61af2afe7..6f51300111a 100644
--- a/nixos/tests/agda.nix
+++ b/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 ];