1
0
forked from clan/clan-infra

clanName -> meta.name

This commit is contained in:
Jörg Thalheim 2024-06-10 12:10:40 +02:00
parent 1dc9adebf1
commit 1c6b7b61d5

View File

@ -1,7 +1,7 @@
{ self, inputs, ... }: { self, inputs, ... }:
{ {
flake = inputs.clan-core.lib.buildClan { flake = inputs.clan-core.lib.buildClan {
clanName = "infra"; meta.name = "infra";
directory = self; directory = self;
# Make flake available in modules # Make flake available in modules
specialArgs = { specialArgs = {