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

@@ -19,7 +19,7 @@
builtins.fromJSON (builtins.readFile ./clan_attrs.json)
else
{ };
clan = clan-core.lib.buildClan {
clan = clan-core.clanLib.buildClan {
inherit self;
meta.name = "test_flake_with_core";
machines = {

View File

@@ -8,7 +8,7 @@
outputs =
{ self, clan-core }:
let
clan = clan-core.lib.buildClan {
clan = clan-core.clanLib.buildClan {
inherit self;
meta.name = "test_flake_with_core_and_pass";
machines = {

View File

@@ -8,7 +8,7 @@
outputs =
{ self, clan-core }:
let
clan = clan-core.lib.buildClan {
clan = clan-core.clanLib.buildClan {
inherit self;
meta.name = "test_flake_with_core_dynamic_machines";
machines =