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,10 @@
{ ... }: {
imports = [
./clan-cli/flake-module.nix
./installer/flake-module.nix
./ui/flake-module.nix
];
perSystem = { pkgs, config, ... }: {
packages = {
tea-create-pr = pkgs.callPackage ./tea-create-pr { };