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