Template: fix flake-parts template

This commit is contained in:
Johannes Kirschbauer
2024-08-27 10:45:28 +02:00
parent faf20dc197
commit 732ba9d176
4 changed files with 17 additions and 11 deletions

View File

@@ -11,6 +11,10 @@
description = "for clans managed via (G)UI";
path = ./minimal;
};
flake-parts = {
description = "Flake-parts";
path = ./flake-parts;
};
};
};
}