about summary refs log tree commit diff
path: root/nixos/tests/systemd-boot.nix
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2023-06-10 17:51:44 +0200
committerRobert Hensing <robert@roberthensing.nl>2023-06-10 17:51:44 +0200
commita54e7d299b1dc3af4d6393527c9194ec4dfc6d68 (patch)
treec08821d992de651d91efec0f1a60cab42c85297f /nixos/tests/systemd-boot.nix
parent0d55eebcf53fbdf2485429fb32956a60f6421e8d (diff)
nixosTests.systemd-boot.switch-test: Fix warnings
Diffstat (limited to 'nixos/tests/systemd-boot.nix')
-rw-r--r--nixos/tests/systemd-boot.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/tests/systemd-boot.nix b/nixos/tests/systemd-boot.nix
index 7143da7bf9954..814cdc5f14435 100644
--- a/nixos/tests/systemd-boot.nix
+++ b/nixos/tests/systemd-boot.nix
@@ -227,9 +227,9 @@ in
     };
 
     testScript = { nodes, ... }: let
-      originalSystem = nodes.machine.config.system.build.toplevel;
-      baseSystem = nodes.common.config.system.build.toplevel;
-      finalSystem = nodes.with_netbootxyz.config.system.build.toplevel;
+      originalSystem = nodes.machine.system.build.toplevel;
+      baseSystem = nodes.common.system.build.toplevel;
+      finalSystem = nodes.with_netbootxyz.system.build.toplevel;
     in ''
       machine.succeed("test -e /boot/efi/fruits/tomato.efi")
       machine.succeed("test -e /boot/efi/nixos/.extra-files/efi/fruits/tomato.efi")