about summary refs log tree commit diff
path: root/modules/profiles/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/profiles/common.nix')
-rw-r--r--modules/profiles/common.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/profiles/common.nix b/modules/profiles/common.nix
index 39535d4f..8621f6ae 100644
--- a/modules/profiles/common.nix
+++ b/modules/profiles/common.nix
@@ -33,6 +33,15 @@ with lib;
         The channel name which is used to refer to <literal>vuizvui</literal>.
       '';
     };
+
+    requiresTests = mkOption {
+      type = types.listOf types.package;
+      default = [];
+      description = ''
+        A list of derivations which have to succeed in order to trigger a
+        channel update for the current configuration/machine.
+      '';
+    };
   };
 
   config = {