This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 3355de608c nix: Install guix-gc systemd timer.
3355de608c is described below
commit 3355de608cb2267435c2592fc7dc76a1dcc5c02d
Author: Efraim Flashner <[email protected]>
AuthorDate: Wed Feb 26 09:53:39 2025 +0200
nix: Install guix-gc systemd timer.
* nix/local.mk (nodist_systemdservice_DATA): Add etc/guix-gc.timer.
Change-Id: I6f71d68f77ff07976f9ec16c37dba99ebedd9b9d
---
nix/local.mk | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/nix/local.mk b/nix/local.mk
index 0d23a48a02..262b6714f2 100644
--- a/nix/local.mk
+++ b/nix/local.mk
@@ -158,7 +158,8 @@ nodist_systemdservice_DATA = \
etc/gnu-store.mount \
etc/guix-daemon.service \
etc/guix-publish.service \
- etc/guix-gc.service
+ etc/guix-gc.service \
+ etc/guix-gc.timer
etc/%.mount: etc/%.mount.in \
$(top_builddir)/config.status