binary-cache: fix eval

This commit is contained in:
Sandro - 2023-05-10 23:26:49 +02:00
parent 578b3e8f6a
commit 9c66645cc9
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ let
in
{
options = {
c3d2.addBinaryCache = lib.mkOption "add hydra.hq.c3d2.de as a trusted substituter";
c3d2.addBinaryCache = lib.mkEnableOption (lib.mdDoc "add hydra.hq.c3d2.de as a trusted substituter");
};
config = lib.mkIf cfg {