about summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorOPNA2608 <christoph.neidahl@gmail.com>2023-02-04 02:23:14 +0100
committerOPNA2608 <christoph.neidahl@gmail.com>2023-02-04 02:23:14 +0100
commit7ef7d9e26818955dc4bf011fa469718d52179eef (patch)
treeacb610df08274d84644ab17486af33e12174b26b /pkgs/applications/window-managers
parenteca30e7730f7cb8c83472e2c2b2d9733ecce3083 (diff)
nixos/miriway: add test
Diffstat (limited to 'pkgs/applications/window-managers')
-rw-r--r--pkgs/applications/window-managers/miriway/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/window-managers/miriway/default.nix b/pkgs/applications/window-managers/miriway/default.nix
index 48378eda67b84..a7048e83dae0b 100644
--- a/pkgs/applications/window-managers/miriway/default.nix
+++ b/pkgs/applications/window-managers/miriway/default.nix
@@ -2,6 +2,7 @@
 , lib
 , fetchFromGitHub
 , unstableGitUpdater
+, nixosTests
 , cmake
 , pkg-config
 , mir
@@ -43,6 +44,9 @@ stdenv.mkDerivation rec {
   passthru = {
     updateScript = unstableGitUpdater { };
     providedSessions = [ "miriway" ];
+    tests = {
+      inherit (nixosTests) miriway;
+    };
   };
 
   meta = with lib; {