# This is a "timer unit file" for the systemd init system to trigger # 'guix-gc.service' periodically. Drop it in /etc/systemd/system or similar # together with 'guix-gc.service' to set it up. [Unit] Description=Discard unused Guix store items [Timer] OnCalendar=weekly AccuracySec=1h Persistent=true RandomizedDelaySec=6000 [Install] WantedBy=timers.target
aboutsummaryrefslogtreecommitdiff
path: root/tests/grafts.scm
AgeCommit message (Expand)Author
2023-10-28grafts: Fix corner case involving multiple-output derivations....Ludovic Courtès
2022-11-11grafts: Run with a UTF-8 locale....Ludovic Courtès
2021-04-15grafts: Support rewriting UTF-16 and UTF-32 store references....Mark H Weaver
2019-06-27Merge branch 'master' into core-updatesLudovic Courtès
2019-06-27derivations: Add 'derivation-input'....Ludovic Courtès
2019-06-14packages: Remove 'search-bootstrap-binary'....Ludovic Courtès
2018-11-28grafts: Record metadata as derivation properties....Ludovic Courtès