about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2022-04-03 21:35:05 +0300
committerArtturin <Artturin@artturin.com>2022-04-03 21:35:05 +0300
commit65725c1637954525bac0199f21fc42a8c52ed323 (patch)
tree41403b0d76229ec2f83c3987249b6256698b9f73 /nixos/tests
parent21299f3dd3ff475f19bc8933f30ebb6a135799f1 (diff)
nixos/tests/hibernate: fix eval
by removing duplicate `nodes`
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/hibernate.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/hibernate.nix b/nixos/tests/hibernate.nix
index ae3f9a80eb33b..3880f1649bd3d 100644
--- a/nixos/tests/hibernate.nix
+++ b/nixos/tests/hibernate.nix
@@ -39,7 +39,7 @@ in makeTest {
 
   nodes = {
     # System configuration used for installing the installedConfig from above.
-    nodes.machine = { config, lib, pkgs, ... }: with lib; {
+    machine = { config, lib, pkgs, ... }: with lib; {
       imports = [
         ../modules/profiles/installation-device.nix
         ../modules/profiles/base.nix