From 2e4270657cc8001a4c3839d996a1718ab02ba6b1 Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Sun, 12 Jun 2022 12:10:03 +0200 Subject: [PATCH] typo --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index e629ca6..8e00d36 100644 --- a/flake.nix +++ b/flake.nix @@ -59,7 +59,7 @@ basePath = mkOption { type = types.str; - example = "/var/lib/raincloud" + example = "/var/lib/raincloud"; description = "Base path of the raincloud"; };