Merge pull request 'Fix: revert remove clanDir default' (#1983) from hsjobeki/clan-core:hsjobeki-rev into main

This commit is contained in:
clan-bot
2024-08-27 12:35:33 +00:00

View File

@@ -45,6 +45,8 @@
}; };
clanDir = lib.mkOption { clanDir = lib.mkOption {
type = lib.types.path; type = lib.types.path;
# TODO: @DavHau: before we can remove this, we need to make sure that Palo's config case works
default = ./.;
description = '' description = ''
the location of the flake repo, used to calculate the location of facts and secrets the location of the flake repo, used to calculate the location of facts and secrets
''; '';