feat(editors): add netcoredbg
This commit is contained in:
parent
8700e85e89
commit
a8adc9a3ca
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue