move out non-toplevel flake modules from flake.nix
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
{ ... }: {
|
||||
{
|
||||
imports = [
|
||||
./python-project/flake-module.nix
|
||||
];
|
||||
flake.templates = {
|
||||
new-clan = {
|
||||
description = "Initialize a new clan flake";
|
||||
|
||||
Reference in New Issue
Block a user