aboutsummaryrefslogtreecommitdiff
path: root/etc/guix-gc.timer
blob: 192132fbda51d3f60e10b4773060ebaacf3ab37d (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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
istopher Baines <mail@cbaines.net> Benjamin 2023-05-23gnu: vim-guix-vim: Update to 0.4.0....* gnu/packages/vim.scm (vim-guix-vim): Update to 0.4.0. [source]: Download from new upstream URL. [home-page]: Use new home-page. Efraim Flashner 2023-05-14gnu: vim: Update to 9.0.1384....* gnu/packages/vim.scm (vim): Update to 9.0.1384. Efraim Flashner 2023-05-07gnu: neovim update to 0.9.0....* gnu/packages/vim.scm (neovim): Update to 0.9.0. [arguments]: Adjust phase 'prevent-embedding-gcc-store-path to changes in the source code. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Benjamin 2023-05-04gnu: vifm: Update to 0.13....* gnu/packages/vim.scm (vifm): Update to 0.13. [arguments]: Adjust substitutions in custom 'patch-test-shebangs phase. Efraim Flashner