From bcf5b8b1cb589d81555b42488c830e13c38daa97 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Mon, 24 Jun 2024 09:11:43 +0800 Subject: [PATCH] feat: add gitleaks --- home/base/tui/dev-tools.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/base/tui/dev-tools.nix b/home/base/tui/dev-tools.nix index 797d8a4d..a3950ffb 100644 --- a/home/base/tui/dev-tools.nix +++ b/home/base/tui/dev-tools.nix @@ -41,6 +41,7 @@ # Automatically trims your branches whose tracking remote refs are merged or gone # It's really useful when you work on a project for a long time. git-trim + gitleaks # need to run `conda-install` before using it # need to run `conda-shell` before using command `conda`