[Unit] Description=Read-only @storedir@ for GNU Guix DefaultDependencies=no ConditionPathExists=@storedir@ Before=guix-daemon.service [Install] WantedBy=guix-daemon.service [Mount] What=@storedir@ Where=@storedir@ Type=none Options=bind,ro feed' href='https://git.koszko.org/guix/atom/doc/environment-gdb.scm?h=koszko' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/doc/environment-gdb.scm
AgeCommit message (Expand)Author
2023-07-18doc: Update GDB "guix shell" example to use autoconf-2.69...* doc/environment-gdb.scm: Change to use autoconf-2.69. * gnu/packages/autotools.scm: Remove outdated GDB comment. Signed-off-by: Ludovic Courtès <ludo@gnu.org> fanquake
2022-01-14doc: Update "guix shell -D -f" example to new input style....* doc/environment-gdb.scm: Change to use 'modify-inputs'. Ludovic Courtès