From d9a30a2924537996d11cc8b76612a77eeefcd43f Mon Sep 17 00:00:00 2001 From: gitkass <190964064+gitkass@users.noreply.github.com> Date: Sun, 1 Feb 2026 19:49:02 -0500 Subject: [PATCH] add github cli and svu --- flake.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 92c5382..8fcd405 100644 --- a/flake.nix +++ b/flake.nix @@ -30,10 +30,12 @@ bash chezmoi # delve + gh git go-task # https://taskfile.dev/ go-tools gofumpt + act golangci-lint golines #gopls @@ -41,6 +43,7 @@ #gosh gotools neo-cowsay + svu nixpkgs-fmt ]; @@ -52,4 +55,4 @@ } ); }; -} \ No newline at end of file +}