feat(editors): add netcoredbg
This commit is contained in:
parent
8700e85e89
commit
a8adc9a3ca
|
@ -1,10 +1,9 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
home.packages = with pkgs;
|
home.packages = with pkgs; [
|
||||||
[
|
netcoredbg
|
||||||
# netcoredbg # TODO https://github.com/NixOS/nixpkgs/pull/103940
|
# vscode-firefox-debug # TODO not packaged
|
||||||
# vscode-firefox-debug # TODO not packaged
|
haskellPackages.haskell-dap
|
||||||
haskellPackages.haskell-dap
|
];
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue