From 8171207e9c3095067d9d8fdefaa836c81021f78a Mon Sep 17 00:00:00 2001 From: kurogeek Date: Wed, 5 Aug 2026 11:31:09 +0700 Subject: [PATCH] mob next [ci-skip] [ci skip] [skip ci] lastFile:flake.nix --- flake.nix | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/flake.nix b/flake.nix index de10c73..48731af 100644 --- a/flake.nix +++ b/flake.nix @@ -21,8 +21,10 @@ # Usage see: https://docs.clan.lol clan = clan-core.lib.clan { inherit self; - imports = [ ./clan.nix ]; - specialArgs = { inherit inputs; }; + imports = [ + ./clan.nix + ]; + specialArgs = { inherit inputs self; }; # Customize nixpkgs # pkgsForSystem = @@ -49,14 +51,13 @@ ]; imports = [ - inputs.clan-core.flakeModules.default ./modules/clan/flake-module.nix ]; - flake = { - inherit (clan.config) nixosConfigurations nixosModules clanInternals; - clan = clan.config; - }; + # flake = { + # inherit (clan.config) nixosConfigurations nixosModules clanInternals; + # clan = clan.config; + # }; perSystem = { system, ... }: