Fixing broken CI

This commit is contained in:
2023-10-23 02:50:45 +02:00
parent 9238225556
commit 112f281fd9
17 changed files with 5 additions and 183 deletions

View File

@@ -10,6 +10,8 @@
packages = {
tea-create-pr = pkgs.callPackage ./tea-create-pr { };
#theme = pkgs.callPackage ./theme { inherit (self.inputs) floco; clanPkgs = self'.packages; };
merge-after-ci = pkgs.callPackage ./merge-after-ci {
inherit (config.packages) tea-create-pr;
};