aboutsummaryrefslogtreecommitdiff
*.a
*.o
.deps
.dirstamp
ef='/guix/log/gnu/machine.scm?id=ea089c4da097e9f17c2ade3bfd30dc0898b3afca&showmsg=1'>machine.scm
AgeCommit message (Collapse)Author
2022-02-08gnu: Fix typo.jgart
* gnu/machine.scm: Fix typo in top-level comment. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-07-25utils: Move <location> and '&error-location' to (guix diagnostics).Ludovic Courtès
* guix/utils.scm (<location>, source-properties->location) (location->source-properties, &error-location): Move to... * guix/diagnostics.scm: ... here. * gnu.scm: Adjust imports accordingly. * gnu/machine.scm: Likewise. * gnu/system.scm: Likewise. * gnu/tests.scm: Likewise. * guix/inferior.scm: Likewise. * tests/channels.scm: Likewise. * tests/packages.scm: Likewise.