summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2021-06-03 20:02:19 +0200
committerGitHub <noreply@github.com>2021-06-03 20:02:19 +0200
commit049bbd281b619bbb198cc2569db06bf8d6e42ba0 (patch)
tree0023f4118eac5a25e4b2d71d587f06f91719452d
parent4bcb22e17aa8677c6b3fc4625732d4da791a576f (diff)
parent294ae3fe8cbde2fd0bad9a0192ae4d39a19df73e (diff)
downloadnixpkgs-049bbd281b619bbb198cc2569db06bf8d6e42ba0.tar
nixpkgs-049bbd281b619bbb198cc2569db06bf8d6e42ba0.tar.gz
nixpkgs-049bbd281b619bbb198cc2569db06bf8d6e42ba0.tar.bz2
nixpkgs-049bbd281b619bbb198cc2569db06bf8d6e42ba0.tar.lz
nixpkgs-049bbd281b619bbb198cc2569db06bf8d6e42ba0.tar.xz
nixpkgs-049bbd281b619bbb198cc2569db06bf8d6e42ba0.tar.zst
nixpkgs-049bbd281b619bbb198cc2569db06bf8d6e42ba0.zip
Merge pull request #124582 from primeos/nixos-tests-sway-tested
release-combined.tested: Add the Sway test
-rw-r--r--nixos/release-combined.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix
index 34183c0ba9f..ee3f3d19174 100644
--- a/nixos/release-combined.nix
+++ b/nixos/release-combined.nix
@@ -147,6 +147,7 @@ in rec {
         (onFullSupported "nixos.tests.sddm.default")
         (onFullSupported "nixos.tests.shadow")
         (onFullSupported "nixos.tests.simple")
+        (onFullSupported "nixos.tests.sway")
         (onFullSupported "nixos.tests.switchTest")
         (onFullSupported "nixos.tests.udisks2")
         (onFullSupported "nixos.tests.xfce")