From 171303864e70e670eecf86aab56e96850ebc741c Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 29 Jun 2015 09:28:34 +0000 Subject: [PATCH] Fix type --- hydra-module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra-module.nix b/hydra-module.nix index 823ca0c0..d7cd7c8f 100644 --- a/hydra-module.nix +++ b/hydra-module.nix @@ -41,7 +41,7 @@ in }; dbi = mkOption { - type = types.string; + type = types.str; default = "dbi:Pg:dbname=hydra;user=hydra;"; example = "dbi:Pg:dbname=hydra;host=postgres.example.org;user=foo;"; description = ''