use callPackage for merge-after-ci, nix-unit & tea-create-pr
This commit is contained in:
11
pkgs/flake-module.nix
Normal file
11
pkgs/flake-module.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ ... }: {
|
||||
perSystem = { pkgs, config, ... }: {
|
||||
packages = {
|
||||
tea-create-pr = pkgs.callPackage ./tea-create-pr { };
|
||||
merge-after-ci = pkgs.callPackage ./merge-after-ci {
|
||||
inherit (config.packages) tea-create-pr;
|
||||
};
|
||||
nix-unit = pkgs.callPackage ./nix-unit { };
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user