remove clanDir default
The default value for clanDir did not make sense, as it pointed to the directory of the module definition Also, we should not have a default at this level as all.
This commit is contained in:
@@ -45,7 +45,6 @@
|
||||
};
|
||||
clanDir = lib.mkOption {
|
||||
type = lib.types.path;
|
||||
default = ./.;
|
||||
description = ''
|
||||
the location of the flake repo, used to calculate the location of facts and secrets
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user