From 922bf3986b108b91908bf2d82389cdeae59332ca Mon Sep 17 00:00:00 2001 From: Ryan Mulligan Date: Sat, 31 Oct 2015 14:21:56 -0700 Subject: [PATCH] calibre-server service: add type to libraryDir option --- nixos/modules/services/misc/calibre-server.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/services/misc/calibre-server.nix b/nixos/modules/services/misc/calibre-server.nix index b8648770ff4d..a920aa22ccdf 100644 --- a/nixos/modules/services/misc/calibre-server.nix +++ b/nixos/modules/services/misc/calibre-server.nix @@ -22,6 +22,7 @@ in description = '' The directory where the Calibre library to serve is. ''; + type = types.path; }; };