home: gdb: fix configuration path
Turns out the latest version of `gdb` does not yet look for its configuration in `XDG_CONFIG_HOME`...
This commit is contained in:
parent
b20ef7f809
commit
fcc3089e77
|
@ -26,7 +26,11 @@ in
|
||||||
gdb
|
gdb
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# FIXME: waiting for commit 64aaad6349d2b2c45063a5383f877ce9a3a0c354
|
||||||
xdg.configFile."gdb/gdbinit".source = ./gdbinit;
|
xdg.configFile."gdb/gdbinit".source = ./gdbinit;
|
||||||
|
|
||||||
|
# FIXME: remove once `gdb` is updated from version 10.2
|
||||||
|
home.file.".gdbinit".source = ./gdbinit;
|
||||||
})
|
})
|
||||||
|
|
||||||
(lib.mkIf cfg.rr.enable {
|
(lib.mkIf cfg.rr.enable {
|
||||||
|
|
Loading…
Reference in a new issue