summary refs log tree commit diff
path: root/release/checks/wayland/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'release/checks/wayland/default.nix')
-rw-r--r--release/checks/wayland/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/checks/wayland/default.nix b/release/checks/wayland/default.nix
index 8872f05..65ff29b 100644
--- a/release/checks/wayland/default.nix
+++ b/release/checks/wayland/default.nix
@@ -5,7 +5,7 @@ import ../../../lib/eval-config.nix ({ config, ... }:
 
 let
   inherit (import ../../../host/rootfs { inherit config; }) appvm;
-  run = import ../../../vm/app/hello-wayland.nix { inherit config; };
+  run = import ../../../vm/app/foot.nix { inherit config; };
   surface-notify = import ./surface-notify { inherit config; };
 in