feat(editors): add netcoredbg

This commit is contained in:
Felix Schröter 2022-07-10 13:19:14 +02:00
parent 8700e85e89
commit a8adc9a3ca
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -1,9 +1,8 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs;
[
# netcoredbg # TODO https://github.com/NixOS/nixpkgs/pull/103940
home.packages = with pkgs; [
netcoredbg
# vscode-firefox-debug # TODO not packaged
haskellPackages.haskell-dap
];