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, ... }:
{
flake = inputs.clan-core.lib.buildClan {
clanName = "infra";
meta.name = "infra";
directory = self;
# Make flake available in modules
specialArgs = {