nixos-config/home/editors/dap.nix

10 lines
150 B
Nix
Raw Normal View History

{ pkgs, ... }:
2021-03-04 14:49:43 +01:00
{
2022-07-10 13:19:14 +02:00
home.packages = with pkgs; [
netcoredbg
# vscode-firefox-debug # TODO not packaged
haskellPackages.haskell-dap
];
2021-03-04 14:49:43 +01:00
}