add NetCoreDbg for helix

This commit is contained in:
Emile Clark-Boman 2025-10-08 10:59:14 +10:00
parent c46d9665a1
commit 78c75ea740

View file

@ -8,7 +8,7 @@
}: let
home-manager = builtins.fetchTarball {
url = "https://github.com/nix-community/home-manager/archive/release-25.05.tar.gz";
sha256 = "1wl2plp37a8qw26h6cj3ah6rq8bd3awl2938h5cm9b8ncxn4s1k8";
sha256 = "0q3lv288xlzxczh6lc5lcw0zj9qskvjw3pzsrgvdh8rl8ibyq75s";
};
in {
imports = [
@ -304,6 +304,7 @@ in {
dotnetCorePackages.dotnet_9.aspnetcore
dotnetCorePackages.dotnet_9.runtime
omnisharp-roslyn
netcoredbg
openvpn
inetutils