summary refs log tree commit diff
path: root/lib/modules.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-06-15 18:10:26 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-06-15 18:10:26 +0200
commitc738b309eea83669bbd590f7293db5d725233193 (patch)
treeda534781a95fa089b57bf53514bea1998be114e8 /lib/modules.nix
parent9366af1b94ed42b5e92a776b1ddc4ecd46e69ad1 (diff)
downloadnixlib-c738b309eea83669bbd590f7293db5d725233193.tar
nixlib-c738b309eea83669bbd590f7293db5d725233193.tar.gz
nixlib-c738b309eea83669bbd590f7293db5d725233193.tar.bz2
nixlib-c738b309eea83669bbd590f7293db5d725233193.tar.lz
nixlib-c738b309eea83669bbd590f7293db5d725233193.tar.xz
nixlib-c738b309eea83669bbd590f7293db5d725233193.tar.zst
nixlib-c738b309eea83669bbd590f7293db5d725233193.zip
types.uniq types.bool -> types.bool
Diffstat (limited to 'lib/modules.nix')
-rw-r--r--lib/modules.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/modules.nix b/lib/modules.nix
index 3561dd0d1d30..73dbdd371f61 100644
--- a/lib/modules.nix
+++ b/lib/modules.nix
@@ -43,7 +43,7 @@ rec {
           };
 
           _module.check = mkOption {
-            type = types.uniq types.bool;
+            type = types.bool;
             internal = true;
             default = check;
             description = "Whether to check whether all option definitions have matching declarations.";