diff options
author | Efraim Flashner <[email protected]> | 2025-02-26 09:53:39 +0200 |
---|---|---|
committer | Efraim Flashner <[email protected]> | 2025-02-26 10:01:00 +0200 |
commit | 3355de608cb2267435c2592fc7dc76a1dcc5c02d (patch) | |
tree | 9dedd8a934b1028fd2d6ffc592bcdf53db08fe53 /nix/local.mk | |
parent | 8bc831325a905dbd9015739b58e3a5138d2217da (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.mk | 3 |
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 |