Template: fix flake-parts template

This commit is contained in:
Johannes Kirschbauer
2024-08-27 10:45:28 +02:00
parent 5556de0f15
commit fe815e5b45
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;
};
};
};
}