diff options
Diffstat (limited to 'system/services/git-sync')
-rw-r--r-- | system/services/git-sync/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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"; }; |