Initial commit

This commit is contained in:
2023-10-15 16:41:25 +02:00
parent 6def19b4c8
commit 545d389df0
46 changed files with 10 additions and 2640 deletions

View File

@@ -1,7 +1,7 @@
{ ... }: {
imports = [
./clan-cli/flake-module.nix
./installer/flake-module.nix
./ui/flake-module.nix
./theme/flake-module.nix
];
@@ -9,7 +9,7 @@
perSystem = { pkgs, config, ... }: {
packages = {
tea-create-pr = pkgs.callPackage ./tea-create-pr { };
zerotier-members = pkgs.callPackage ./zerotier-members { };
merge-after-ci = pkgs.callPackage ./merge-after-ci {
inherit (config.packages) tea-create-pr;
};