aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsudoforge <no-reply@sudoforge.com>2024-08-07 20:43:24 -0700
committerGitHub <noreply@github.com>2024-08-07 20:43:24 -0700
commit0c0228d3ce629d31a41dd833b4a1ee73533d2da7 (patch)
treec00ac99792005dd86ec6f7957963498d0a395715
parentd56ac86f4cf0c4b622024afaa60a6f0f1ff0adbe (diff)
downloadgit-bug-0c0228d3ce629d31a41dd833b4a1ee73533d2da7.tar.gz
feat: add package to dev shell: delve (#1240)
This change adds `delve`, the de facto debugger for go, to the development shell.. Change-Id: I0bcda2b3569926dc16d8cbd653845f371ef33452
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 75bfce54..dcf48ef8 100644
--- a/flake.nix
+++ b/flake.nix
@@ -21,6 +21,7 @@
devShell = pkgs.mkShell {
packages = with pkgs; [
codespell
+ delve
gh
git
go