From a8ffaea023ca69605c189e402dd8bac078178c16 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 25 Jun 2023 20:19:41 +0200 Subject: Fix(system/services/git-sync): Switch to str to avoid impurity --- system/services/git-sync/default.nix | 2 +- system/services/nginx/hosts.nix | Bin 672 -> 676 bytes 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/system/services/git-sync/default.nix b/system/services/git-sync/default.nix index c1b34ba..fce0819 100644 --- a/system/services/git-sync/default.nix +++ b/system/services/git-sync/default.nix @@ -45,7 +45,7 @@ https://github.com/nix-community/home-manager/blob/9ba7b3990eb1f4782ea3f5fe7ac4f }; path = lib.mkOption { - type = lib.types.path; + type = lib.types.str; description = "The path at which to sync the repository"; }; diff --git a/system/services/nginx/hosts.nix b/system/services/nginx/hosts.nix index 0a5d51d..0dddb16 100644 Binary files a/system/services/nginx/hosts.nix and b/system/services/nginx/hosts.nix differ -- cgit 1.4.1