From 95137795c8b259a743e1a2f11876afa1bc831a96 Mon Sep 17 00:00:00 2001 From: Dennis Frieberg Date: Wed, 9 Oct 2024 10:10:10 +0200 Subject: [PATCH] ninth syntax error --- module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.nix b/module.nix index 3a71049..c651bee 100644 --- a/module.nix +++ b/module.nix @@ -52,7 +52,7 @@ in default = "_env:YESOD_IP_FROM_HEADER:false"; type = types.str; }; - database = { + database = mkOption { type = databaseOptionType; }; copyright = mkOption {