treewide(clanLib): rename all occurences of {clan-core,self}.lib to 'clanLib'

This commit is contained in:
Johannes Kirschbauer
2025-04-09 11:32:46 +02:00
parent 059cc1e2ea
commit e37f16f47a
12 changed files with 19 additions and 19 deletions

View File

@@ -6,7 +6,7 @@
{ self, clan-core, ... }:
let
# Usage see: https://docs.clan.lol
clan = clan-core.lib.buildClan { inherit self; };
clan = clan-core.clanLib.buildClan { inherit self; };
in
{
# all machines managed by Clan

View File

@@ -6,7 +6,7 @@
{ self, clan-core, ... }:
let
# Usage see: https://docs.clan.lol
clan = clan-core.lib.buildClan {
clan = clan-core.clanLib.buildClan {
inherit self;
# Ensure this is unique among all clans you want to use.
meta.name = "__CHANGE_ME__";