Merge pull request 'treewide(clanLib): rename all occurences of {clan-core,self}.lib to 'clanLib'' (#3263) from hsjobeki/clan-core:lib-cleanup into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3263
This commit is contained in:
hsjobeki
2025-04-09 15:10:42 +00:00
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 =