# This is a "service unit file" for the systemd init system to launch # 'guix-daemon'. Drop it in /etc/systemd/system or similar to have # 'guix-daemon' automatically started. [Unit] Description=Build daemon for GNU Guix [Service] ExecStart=@bindir@/guix-daemon --build-users-group=guixbuild Environment=GUIX_LOCPATH=/root/.guix-profile/lib/locale RemainAfterExit=yes StandardOutput=syslog StandardError=syslog # See . TasksMax=1024 [Install] WantedBy=multi-user.target : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/graph.scm
AgeCommit message (Expand)Author
2019-03-23graph: Add the 'reverse-bag' graph....Ludovic Courtès
2018-06-06tests: Adjust graph test....Ludovic Courtès
2018-05-08guix: Separate the package name and version with "@", not "-"....Chris Marusich
2018-03-27graph: Add "module" node type....Ludovic Courtès
2017-12-17graph: Adjust test for glibc:static among the implicit inputs....Ludovic Courtès
2017-01-04graph: Add '%reverse-package-node-type'....Ludovic Courtès
2016-12-14graph: Backend must have name and description....Ricardo Wurmus
2016-10-15graph: Add '%referrer-node-type'....Ludovic Courtès