From de80d0544caecb797df40fa108710c801f38bf27 Mon Sep 17 00:00:00 2001 From: obadz Date: Thu, 14 Jul 2016 11:52:08 +0200 Subject: [PATCH] ecryptfs: add test to release-combined.nix --- nixos/release-combined.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix index f275291c716..9cc1ee762a8 100644 --- a/nixos/release-combined.nix +++ b/nixos/release-combined.nix @@ -68,6 +68,7 @@ in rec { (all nixos.tests.boot.uefiCdrom) (all nixos.tests.boot.uefiUsb) (all nixos.tests.boot-stage1) + (all nixos.tests.ecryptfs) (all nixos.tests.ipv6) (all nixos.tests.i3wm) (all nixos.tests.kde4)