diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -112,15 +112,21 @@ }; }; - outputs = inputs: - inputs.flake-parts.lib.mkFlake + outputs = { + flake-parts, + getchoo, + pre-commit-hooks, + ... + } @ inputs: + flake-parts.lib.mkFlake {inherit inputs;} { imports = [ ./hosts ./parts ./users - inputs.getchoo.flakeModules.homeConfigurations + getchoo.flakeModules.homeConfigurations + pre-commit-hooks.flakeModule ]; }; } |
