go: delve: use unstable.delve

This commit is contained in:
Tigor Hutasuhut 2024-10-08 08:55:35 +07:00
parent e251a2aeb5
commit 970f7fe727

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ config, pkgs, lib, unstable, ... }:
let
cfg = config.profile.neovim;
inherit (lib) mkIf;
@ -83,7 +83,7 @@ in
deno
# Golang debuggers
delve
unstable.delve
gdlv
luajitPackages.tiktoken_core # For copilot chat