vimPlugins.nvim-dap-disasm: init at 0-unstable-2026-02-25

This commit is contained in:
Austin Horstman
2026-05-20 19:19:06 -05:00
parent 32b7695ed4
commit b1565ec8fd
3 changed files with 21 additions and 0 deletions
@@ -12337,6 +12337,19 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
nvim-dap-disasm = buildVimPlugin {
pname = "nvim-dap-disasm";
version = "0-unstable-2026-02-25";
src = fetchgit {
url = "https://codeberg.org/Jorenar/nvim-dap-disasm";
rev = "1119f3f2b22e411adcd123cdcf6d0425b61a31a7";
hash = "sha256-lq0tbMksVXccf6GGD7OxWAuoD9w8tlt30dpJSMtN4g8=";
};
meta.homepage = "https://codeberg.org/Jorenar/nvim-dap-disasm";
meta.license = unfree;
meta.hydraPlatforms = [ ];
};
nvim-dap-docker = buildVimPlugin {
pname = "nvim-dap-docker";
version = "0.2.0";
@@ -3044,6 +3044,13 @@ assertNoAdditions {
dependencies = [ self.nvim-dap ];
};
nvim-dap-disasm = super.nvim-dap-disasm.overrideAttrs (old: {
dependencies = [ self.nvim-dap ];
meta = old.meta // {
license = lib.licenses.mit;
};
});
nvim-dap-lldb = super.nvim-dap-lldb.overrideAttrs {
dependencies = [ self.nvim-dap ];
};
@@ -879,6 +879,7 @@ https://github.com/andythigpen/nvim-coverage/,,
https://github.com/ya2s/nvim-cursorline/,,
https://codeberg.org/mfussenegger/nvim-dap/,,
https://github.com/jedrzejboczar/nvim-dap-cortex-debug/,,
https://codeberg.org/Jorenar/nvim-dap-disasm,,
https://github.com/docker/nvim-dap-docker/,,
https://github.com/leoluz/nvim-dap-go/,,
https://github.com/julianolf/nvim-dap-lldb/,,