satisfy treefmt
This commit is contained in:
@@ -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;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1 +1,2 @@
|
|||||||
|
# shellcheck shell=bash
|
||||||
use flake
|
use flake
|
||||||
|
|||||||
Reference in New Issue
Block a user