# 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 iv id='cgit'>
aboutsummaryrefslogtreecommitdiff
path: root/tests/utils.scm
AgeCommit message (Expand)Author
2021-07-14utils: Define a target-x86-32? and target-x86-64? predicate....Maxime Devos
2021-07-14utils: Define 'target-linux?' predicate....Maxime Devos
2021-02-03utils: Add string distance....zimoun
2021-02-01utils: Add 'version-unique-prefix'....Ludovic Courtès
2021-01-13utils: Support zstd compression via Guile-zstd....Ludovic Courtès
2021-01-13utils: Remove 'compressed-output-port'....Ludovic Courtès
2020-08-24Use "guile-zlib" and "guile-lzlib" instead of (guix config)....Mathieu Othacehe
2019-06-20utils: canonical-newline-port: Fix handling of carriage return at buffer end....Robert Vollmert
2019-05-27utils: Support compression and decompression with lzip....Ludovic Courtès
2019-05-27utils: Test 'compressed-port' and 'decompressed-port' for both gzip and xz....Ludovic Courtès