From 583d7328baa423155c3c6fc250d8a19e81d10e88 Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 17 Aug 2023 19:12:30 -0400 Subject: parts/dev: use pre-commit flake module --- flake.nix | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 76c116f..f07881a 100644 --- a/flake.nix +++ b/flake.nix @@ -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 ]; }; } -- cgit v1.2.3