summary refs log tree commit diff
path: root/nixos/release-combined.nix
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2020-12-23 13:28:46 -0500
committerTim Steinbach <tim@nequissimus.com>2020-12-23 13:28:52 -0500
commit49ca6941c2a63910a9272f130c1d482ba96f3c56 (patch)
treec87b3584a2febe8de5ac36de4f81b4028b751626 /nixos/release-combined.nix
parent1539732cc68a1f9d74e1a74633d6fe57dd93f651 (diff)
downloadnixpkgs-49ca6941c2a63910a9272f130c1d482ba96f3c56.tar
nixpkgs-49ca6941c2a63910a9272f130c1d482ba96f3c56.tar.gz
nixpkgs-49ca6941c2a63910a9272f130c1d482ba96f3c56.tar.bz2
nixpkgs-49ca6941c2a63910a9272f130c1d482ba96f3c56.tar.lz
nixpkgs-49ca6941c2a63910a9272f130c1d482ba96f3c56.tar.xz
nixpkgs-49ca6941c2a63910a9272f130c1d482ba96f3c56.tar.zst
nixpkgs-49ca6941c2a63910a9272f130c1d482ba96f3c56.zip
release-combined: Add shadow test
Diffstat (limited to 'nixos/release-combined.nix')
-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 5f8a64702a8..ea82adf09ad 100644
--- a/nixos/release-combined.nix
+++ b/nixos/release-combined.nix
@@ -145,6 +145,7 @@ in rec {
         (onFullSupported "nixos.tests.printing")
         (onFullSupported "nixos.tests.proxy")
         (onFullSupported "nixos.tests.sddm.default")
+        (onFullSupported "nixos.tests.shadow")
         (onFullSupported "nixos.tests.simple")
         (onFullSupported "nixos.tests.switchTest")
         (onFullSupported "nixos.tests.udisks2")