summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix15
1 files changed, 2 insertions, 13 deletions
diff --git a/flake.nix b/flake.nix
index 0ec03d7..f25864f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -119,19 +119,8 @@
flake-utils.url = "github:numtide/flake-utils";
};
- outputs = {
- parts,
- pre-commit,
- ...
- } @ inputs:
+ outputs = {parts, ...} @ inputs:
parts.lib.mkFlake {inherit inputs;} {
- imports = [
- pre-commit.flakeModule
-
- ./hosts
- ./modules
- ./parts
- ./users
- ];
+ imports = [./parts];
};
}