diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-04-11 19:55:16 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-04-11 19:55:16 +0900 |
| commit | 807d511c8b87b9a173bd89ee49c73330fa8b93c7 (patch) | |
| tree | aba7aecd7153451331b6c7a6a64b02bf4ae0b9cf /test/sandbox/configuration.nix | |
| parent | 2f4f21fb183a1880c0363ad65f443b4af64a5359 (diff) | |
test/sandbox: check device outcome
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'test/sandbox/configuration.nix')
| -rw-r--r-- | test/sandbox/configuration.nix | 9 |
1 files changed, 5 insertions, 4 deletions
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 ]; }; } |
