# 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/ROADMAP
x/commit/tests/profiles.scm?id=b9a95420abdf4ae7fe9a347031278a44ad6a1cce'>profiles: Build union of inputs in the right order....
AgeCommit message (Expand)Author
2021-05-20The #guix channel is hosted by Libera Chat....Tobias Geerinckx-Rice
Ludovic Courtès
2021-06-18profiles: Add 'load-profile'....Ludovic Courtès
2021-02-01profiles: Add 'manifest->code'....Ludovic Courtès
2020-12-07profiles: Delete duplicate manifest entries in packages->manifest....Leo Prikler
2020-12-07profiles: Remove duplicates in manifest transactions....Leo Prikler
2020-04-26profiles: Add lowerable <profile> record type....Ludovic Courtès
2019-11-22profiles: Add 'concatenate-manifests'....Ludovic Courtès
2019-06-14tests: Make builds less expensive....Ludovic Courtès
2019-02-07profiles: Raise an error for unmatched patterns....Ludovic Courtès
2019-01-20profiles: Allow a profile to be added as an entry of another profile....Ludovic Courtès
2019-01-20tests: Adjust to python.scm split....Ludovic Courtès
2018-11-12tests: Add 'test-assertm' to (guix tests)....Ludovic Courtès