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 = { ... }: { outputs =
templates = { { ... }:
default = { {
description = "Initialize a new clan flake"; templates = {
path = ./new-clan; default = {
}; description = "Initialize a new clan flake";
minimal = { path = ./new-clan;
description = "for clans managed via (G)UI"; };
path = ./minimal; minimal = {
description = "for clans managed via (G)UI";
path = ./minimal;
};
}; };
}; };
};
} }

View File

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