diff --git a/home/gdb/gdbinit b/home/gdb/gdbinit index c45c6d2..bdf7bfd 100644 --- a/home/gdb/gdbinit +++ b/home/gdb/gdbinit @@ -20,3 +20,5 @@ set auto-load python-scripts # Allow autoloading project-local .gdbinit files set auto-load safe-path ~/git/ +# Allow autoloading from the Nix store +set auto-load safe-path /nix/store