home: gdb: remove HOME pollution
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Now that the version in nixpkgs contains the patch to look at XDG_CONFIG_HOME, use only that one.
This commit is contained in:
parent
53ad71fb7c
commit
e551c44748
|
@ -26,11 +26,7 @@ in
|
|||
gdb
|
||||
];
|
||||
|
||||
# FIXME: waiting for commit 64aaad6349d2b2c45063a5383f877ce9a3a0c354
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue