aboutsummaryrefslogtreecommitdiff
# 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
hor 2023-05-18gnu: sicp: Build as a single info file....Maxim Cournoyer 2023-05-10gnu: emacs-gerbil-mode: Move to scheme.scm....Ludovic Courtès 2023-04-24gnu: sicp: Fix build....Maxim Cournoyer 2023-04-08gnu: gerbil: Use G-expressions....Juliana Sims 2023-04-08gnu: gerbil: Update to 0.17.0....Juliana Sims 2023-03-04gnu: gambit-c: Update gambit-c to 4.9.4....Preston M. Firestone 2023-02-27gnu: Add scheme48-prescheme....Andrew Whatson 2023-02-19gnu: Use HTTPS package home pages wherever possible....Tobias Geerinckx-Rice 2022-12-13gnu: gauche: Update to 0.9.12...Robby Zambito 2022-12-12gnu: Sort module imports in (gnu packages scheme)....Marius Bakke 2022-10-31gnu: Add cl-airship-scheme....jgart