mirror of
https://github.com/ryanccn/flake.git
synced 2026-01-27 04:06:28 +01:00
refactor: pass inputs as attrset to system
This commit is contained in:
parent
b98d7efeec
commit
3255170955
4 changed files with 31 additions and 36 deletions
|
|
@ -82,7 +82,9 @@
|
|||
home-manager.darwinModules.home-manager
|
||||
];
|
||||
|
||||
specialArgs = inputs;
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue