feat+fix(home-manager): pass inputs into extraSpecialArgs
This commit is contained in:
parent
e6f4bb1341
commit
240771af14
1 changed files with 3 additions and 0 deletions
|
|
@ -71,6 +71,9 @@ lib.foldl' (acc: obj: lib.recursiveUpdate acc obj) { } (
|
|||
{
|
||||
home-manager = {
|
||||
backupFileExtension = "backup-${toString inputs.self.lastModified}";
|
||||
extraSpecialArgs = {
|
||||
inherit inputs;
|
||||
};
|
||||
};
|
||||
}
|
||||
(map (user: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue