aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer/newt/final.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2023-10-16 14:32:30 +0200
committerLudovic Courtès <ludo@gnu.org>2023-10-24 18:06:21 +0200
commit216f8ffff49c54ad56209c4fd6528f2d80ee8fed (patch)
treebb93f8600d92454d368bef3319d1dea34cbde1da /gnu/installer/newt/final.scm
parent37b0ddbcb7d1e664a72e4a76f60d5bac711d3d27 (diff)
downloadguix-216f8ffff49c54ad56209c4fd6528f2d80ee8fed.tar.gz
guix-216f8ffff49c54ad56209c4fd6528f2d80ee8fed.zip
doc: cookbook: Add cross references to the manual regarding manifests.
* doc/guix-cookbook.texi (The benefits of manifests) (Reproducible profiles): Add cross-references.
Diffstat (limited to 'gnu/installer/newt/final.scm')
0 files changed, 0 insertions, 0 deletions
uwenhuizen 2023-10-22teams: Adjust shebang to use 'guix repl'....This ensures the correct Guix dependencies are always available for the script. * etc/teams.scm.in: Rename to... * etc/teams.scm: ... this. Adjust shebang. * .gitignore: No longer ignore it. * configure.ac: Do not process it with AC_CONFIG_FILES. Reported-by: Clément Lassieur <clement@lassieur.org> Fixes: https://issues.guix.gnu.org/66605 Change-Id: I7a01750c6c5f0696b6c36b1e6caa9389d9e6822c Maxim Cournoyer 2023-09-26build: Add dependency on Git....* configure.ac: Check for ‘git’ and substitute ‘GIT’. * guix/config.scm.in (%git): New variable. * guix/self.scm (compiled-guix): Define ‘git’ and pass it to ‘make-config.scm’. (make-config.scm): Add #:git; emit a ‘%git’ variable. * doc/guix.texi (Requirements): Add it. Ludovic Courtès