vars/interface: make type of dependencies configurable
One vars get lifted to the global scope, dependencies need to be structured differently, eg. categorized by instances
This commit is contained in:
@@ -65,4 +65,14 @@
|
||||
Set it to pkgs.pass for GPG or pkgs.passage for age encryption.
|
||||
'';
|
||||
};
|
||||
|
||||
dependenciesType = lib.mkOption {
|
||||
type = lib.types.raw;
|
||||
description = ''
|
||||
The type of the `dependencies` option.
|
||||
'';
|
||||
internal = true;
|
||||
readOnly = true;
|
||||
visible = false;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user