1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Add gdb for emacs dap-mode

This commit is contained in:
Stefan Ellmauthaler 2022-03-22 16:38:30 +01:00
parent b668990271
commit 9e75ba37cb
Signed by: ellmau
GPG Key ID: C804A9C1B7AF8256

View File

@ -2,6 +2,7 @@
let
defaultEl = ./default.el;
environment.systemPackages = [ pkgs.gdb ]; # use gdb for dap-mode
defaultConfig = pkgs.runCommand "default.el" { } ''
mkdir -p $out/share/emacs/site-lisp