summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-02-10 01:23:37 +0100
committerGitHub <noreply@github.com>2022-02-10 01:23:37 +0100
commit6a4dea5ffc2c2196b4fbc705bc705eb778d5ab16 (patch)
tree061a1be9788fb31c3079310c2374a3d19456c8e6 /nixos/tests/all-tests.nix
parentaa0ff15bf54478d9f6544afaceda6daece3da3eb (diff)
parentd282f448ff74243ed1a1661c09ae27f010096cef (diff)
downloadnixpkgs-6a4dea5ffc2c2196b4fbc705bc705eb778d5ab16.tar
nixpkgs-6a4dea5ffc2c2196b4fbc705bc705eb778d5ab16.tar.gz
nixpkgs-6a4dea5ffc2c2196b4fbc705bc705eb778d5ab16.tar.bz2
nixpkgs-6a4dea5ffc2c2196b4fbc705bc705eb778d5ab16.tar.lz
nixpkgs-6a4dea5ffc2c2196b4fbc705bc705eb778d5ab16.tar.xz
nixpkgs-6a4dea5ffc2c2196b4fbc705bc705eb778d5ab16.tar.zst
nixpkgs-6a4dea5ffc2c2196b4fbc705bc705eb778d5ab16.zip
Merge pull request #158178 from j0hax/retroarch-wm
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index c01a28f04f8..3fd4945ed35 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -441,6 +441,7 @@ in
   resolv = handleTest ./resolv.nix {};
   restartByActivationScript = handleTest ./restart-by-activation-script.nix {};
   restic = handleTest ./restic.nix {};
+  retroarch = handleTest ./retroarch.nix {};
   riak = handleTest ./riak.nix {};
   robustirc-bridge = handleTest ./robustirc-bridge.nix {};
   roundcube = handleTest ./roundcube.nix {};