about summary refs log tree commit diff
path: root/nixos/tests/hibernate.nix
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2022-04-03 20:54:34 +0200
committerGitHub <noreply@github.com>2022-04-03 20:54:34 +0200
commitbc4b9eef3ce3d5a90d8693e8367c9cbfc9fc1e13 (patch)
treeaa9a10578227cf0bf453d536df955f4f91a03921 /nixos/tests/hibernate.nix
parent95a0726449423912ce1407b5f88d3416da70106d (diff)
parent65725c1637954525bac0199f21fc42a8c52ed323 (diff)
Merge pull request #167061 from Artturin/fixtestevalhib
Diffstat (limited to 'nixos/tests/hibernate.nix')
-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 f81033b846aef..032ac6527bc71 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