move out non-toplevel flake modules from flake.nix

This commit is contained in:
Jörg Thalheim
2023-08-08 14:03:26 +02:00
parent fbd1c3cff4
commit 6d1de943e1
3 changed files with 10 additions and 6 deletions

View File

@@ -1,4 +1,7 @@
{ ... }: {
{
imports = [
./python-project/flake-module.nix
];
flake.templates = {
new-clan = {
description = "Initialize a new clan flake";