nixos/release-combined.nix: fix eval of tested job

bug introduced by f8d047da50
This commit is contained in:
Uli Baum 2018-05-11 00:47:43 +02:00
parent 938ff5401a
commit 50efa1979d

View file

@ -115,7 +115,10 @@ in rec {
(all nixos.tests.nfs4)
(all nixos.tests.openssh)
(all nixos.tests.php-pcre)
(all nixos.tests.predictable-interface-names)
(all nixos.tests.predictable-interface-names.predictable)
(all nixos.tests.predictable-interface-names.unpredictable)
(all nixos.tests.predictable-interface-names.predictableNetworkd)
(all nixos.tests.predictable-interface-names.unpredictableNetworkd)
(all nixos.tests.printing)
(all nixos.tests.proxy)
(all nixos.tests.sddm.default)