From 46893001144171fe7a4af31b49b9b0283aa64a81 Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Mon, 25 Apr 2022 20:55:11 +0200 Subject: [PATCH] update base path type --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 044814d..144a53c 100644 --- a/flake.nix +++ b/flake.nix @@ -59,7 +59,7 @@ }; basePath = mkOption { - type = types.path; + type = types.str; description = "Base path of the raincloud"; };