clanName -> meta.name
Some checks failed
buildbot/nix-eval Build done.

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

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 = {