David Craven <da...@craven.ch> skribis: > * guix/scripts/environment.scm: Add '--debug' flag to add common debugging > packages (file, gdb, strace, valgrind) to environment.
BTW, this use case is well-addressed via ‘guix environment --load’ as in the GDB example at: https://www.gnu.org/software/guix/manual/html_node/Invoking-guix-environment.html Alternately, one can define a ‘gdb-devel’ package in their GUIX_PACKAGE_PATH and simply do: guix environment gdb-devel Ludo’.