clan: Add autoloaded clanModules from flake inputs. Rename 'directory' to 'self' in buildClan
This commit is contained in:
@@ -8,8 +8,7 @@ let
|
||||
in
|
||||
{
|
||||
options = {
|
||||
# Required options
|
||||
directory = lib.mkOption {
|
||||
self = lib.mkOption {
|
||||
type = types.path;
|
||||
default = self;
|
||||
defaultText = "Root directory of the flake";
|
||||
|
||||
Reference in New Issue
Block a user