satisfy treefmt

This commit is contained in:
Jörg Thalheim
2024-07-24 22:03:12 +02:00
parent 4ed7e9b030
commit 1907200d58
2 changed files with 13 additions and 10 deletions

View File

@@ -1,14 +1,16 @@
{
outputs = { ... }: {
templates = {
default = {
description = "Initialize a new clan flake";
path = ./new-clan;
};
minimal = {
description = "for clans managed via (G)UI";
path = ./minimal;
outputs =
{ ... }:
{
templates = {
default = {
description = "Initialize a new clan flake";
path = ./new-clan;
};
minimal = {
description = "for clans managed via (G)UI";
path = ./minimal;
};
};
};
};
}

View File

@@ -1 +1,2 @@
# shellcheck shell=bash
use flake