aboutsummaryrefslogtreecommitdiff
path: root/gnu/artwork.scm
diff options
context:
space:
mode:
authorBruno Victal <mirai@makinata.eu>2023-03-26 16:17:22 +0100
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-03-28 22:22:51 -0400
commitf215d801277a60cc1d862ed59c179cb8a482ced5 (patch)
treeb53ce520a1a36adcc8a742678b73ed682d5137da /gnu/artwork.scm
parent21f35d2832ffe99b7bb86a05b138c266cebe7f65 (diff)
downloadguix-f215d801277a60cc1d862ed59c179cb8a482ced5.tar.gz
guix-f215d801277a60cc1d862ed59c179cb8a482ced5.zip
services: fstrim: Fix schedule ungexp.
Previously, only the first level of the list would be quoted, resulting in a schedule of the sort: '(next-second (range 0 60 30)) being incorrectly ungexp'd into: (list next-second (0 30)) * gnu/services/linux.scm (fstrim-mcron-job): Fix schedule ungexp. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'gnu/artwork.scm')
0 files changed, 0 insertions, 0 deletions
uix/commit/.gitignore?id=73fbe04107d38f4561636c74d28d7a4935cbb1ef'>Add system start-up files for guix-daemon....Danny Milosavljevic 2019-09-24Merge branch 'master' into core-updatesLudovic Courtès 2019-09-18doc: Add Guix Cookbook....Ricardo Wurmus