From a05a3e590022420751626f66ba34e0acf9957be9 Mon Sep 17 00:00:00 2001 From: Daniel Phan Date: Mon, 1 Nov 2021 08:28:01 +0700 Subject: [PATCH] fix: change publicKey type to string --- module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.nix b/module.nix index cff0944..2af7635 100644 --- a/module.nix +++ b/module.nix @@ -32,7 +32,7 @@ in }; publicKey = lib.mkOption { - type = types.nullOr types.path; + type = types.nullOr types.str; default = null; description = '' The public key to sign the derivations with.