From 492e264c2626569abe749275c72638f6bdb5c823 Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Mon, 15 Sep 2025 16:41:01 +0200 Subject: [PATCH] no duplicate import? --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 1adf95c..a41bc8e 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ outputs = inputs@{ flake-parts, clan-core, systems, ... }: flake-parts.lib.mkFlake { inherit inputs; } ({ self, lib, ... }: { imports = [ clan-core.flakeModules.default - ./clanServices/flake-module.nix + # ./clanServices/flake-module.nix ]; clan.modules = {