Merge pull request 'Fix: revert remove clanDir default' (#1983) from hsjobeki/clan-core:hsjobeki-rev into main
This commit is contained in:
@@ -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
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user