refactor(gh-tl): impruve

This commit is contained in:
2025-02-02 00:32:28 +00:00
parent 90a0437755
commit 6f3af5f205
4 changed files with 111 additions and 103 deletions

View File

@@ -56,7 +56,7 @@
printobstacle = pkgs.callPackage ./package/printobstacle.nix {};
printprogress = pkgs.callPackage ./package/printprogress.nix {};
colorize = pkgs.callPackage ./package/colorize.nix {};
gh_translabeles = pkgs.callPackage ./package/github/gh_translabeles.nix {};
github.gh-tl = pkgs.callPackage ./package/github/gh-tl.nix {};
prettify-log = pkgs.callPackage ./package/prettify-log/default.nix {
inherit (self.lib) cargoToml;
nativeBuildInputs = [
@@ -75,6 +75,7 @@
buildInputs = (with self.packages.${system}; [
nvim-alias
prettify-log
nvim-pager
]) ++ (with pkgs; [
jq
yq-go