From 807d511c8b87b9a173bd89ee49c73330fa8b93c7 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 11 Apr 2025 19:55:16 +0900 Subject: test/sandbox: check device outcome Signed-off-by: Ophestra --- test/sandbox/configuration.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'test/sandbox/configuration.nix') diff --git a/test/sandbox/configuration.nix b/test/sandbox/configuration.nix index 5bca7fed..dc96d64d 100644 --- a/test/sandbox/configuration.nix +++ b/test/sandbox/configuration.nix @@ -67,10 +67,11 @@ in home-manager = _: _: { home.stateVersion = "23.05"; }; - apps = [ - testCases.preset - testCases.tty - testCases.mapuid + apps = with testCases; [ + preset + tty + mapuid + device ]; }; } -- cgit v1.3.1