mob next [ci-skip] [ci skip] [skip ci]

lastFile:flake.nix
This commit is contained in:
2026-08-05 11:31:09 +07:00
parent 53c03af2a0
commit 8171207e9c
+8 -7
View File
@@ -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, ... }: