gitPath added
This commit is contained in:
parent
eeaeba608f
commit
dfa6cc1782
3 changed files with 10 additions and 1 deletions
|
@ -15,6 +15,11 @@ in {
|
|||
description = "username for this system";
|
||||
type = types.str;
|
||||
};
|
||||
|
||||
gitPath = mkOption {
|
||||
description = "path to the flake directory";
|
||||
type = types.str;
|
||||
};
|
||||
};
|
||||
|
||||
config = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue