summaryrefslogtreecommitdiff
path: root/nix/local.mk
diff options
context:
space:
mode:
authorEfraim Flashner <[email protected]>2025-02-26 09:53:39 +0200
committerEfraim Flashner <[email protected]>2025-02-26 10:01:00 +0200
commit3355de608cb2267435c2592fc7dc76a1dcc5c02d (patch)
tree9dedd8a934b1028fd2d6ffc592bcdf53db08fe53 /nix/local.mk
parent8bc831325a905dbd9015739b58e3a5138d2217da (diff)
nix: Install guix-gc systemd timer.
* nix/local.mk (nodist_systemdservice_DATA): Add etc/guix-gc.timer. Change-Id: I6f71d68f77ff07976f9ec16c37dba99ebedd9b9d
Diffstat (limited to 'nix/local.mk')
-rw-r--r--nix/local.mk3
1 files changed, 2 insertions, 1 deletions
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