From 53c03af2a02c99866888045147fc68cbe398434f Mon Sep 17 00:00:00 2001 From: kurogeek Date: Wed, 5 Aug 2026 10:57:28 +0700 Subject: [PATCH] mob next [ci-skip] [ci skip] [skip ci] lastFile:flake.nix --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flake.nix b/flake.nix index 7e1c717..de10c73 100644 --- a/flake.nix +++ b/flake.nix @@ -48,6 +48,11 @@ "x86_64-darwin" ]; + imports = [ + inputs.clan-core.flakeModules.default + ./modules/clan/flake-module.nix + ]; + flake = { inherit (clan.config) nixosConfigurations nixosModules clanInternals; clan = clan.config;