mob next [ci-skip] [ci skip] [skip ci]
lastFile:flake.nix
This commit is contained in:
@@ -21,8 +21,10 @@
|
|||||||
# Usage see: https://docs.clan.lol
|
# Usage see: https://docs.clan.lol
|
||||||
clan = clan-core.lib.clan {
|
clan = clan-core.lib.clan {
|
||||||
inherit self;
|
inherit self;
|
||||||
imports = [ ./clan.nix ];
|
imports = [
|
||||||
specialArgs = { inherit inputs; };
|
./clan.nix
|
||||||
|
];
|
||||||
|
specialArgs = { inherit inputs self; };
|
||||||
|
|
||||||
# Customize nixpkgs
|
# Customize nixpkgs
|
||||||
# pkgsForSystem =
|
# pkgsForSystem =
|
||||||
@@ -49,14 +51,13 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
inputs.clan-core.flakeModules.default
|
|
||||||
./modules/clan/flake-module.nix
|
./modules/clan/flake-module.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
flake = {
|
# flake = {
|
||||||
inherit (clan.config) nixosConfigurations nixosModules clanInternals;
|
# inherit (clan.config) nixosConfigurations nixosModules clanInternals;
|
||||||
clan = clan.config;
|
# clan = clan.config;
|
||||||
};
|
# };
|
||||||
|
|
||||||
perSystem =
|
perSystem =
|
||||||
{ system, ... }:
|
{ system, ... }:
|
||||||
|
|||||||
Reference in New Issue
Block a user