diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2025-03-02 13:58:25 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2025-03-02 13:58:25 +0200 |
commit | 7b091cefa4c0179b1e86130fe8f9fa7ba899db9e (patch) | |
tree | 8e9e2251dfb9934737a54fcbe8d897a429ca956e | |
parent | 127e1e89a83785f4ad8362bdc76b0d850279cf2f (diff) | |
download | guix-7b091cefa4c0179b1e86130fe8f9fa7ba899db9e.tar.gz guix-7b091cefa4c0179b1e86130fe8f9fa7ba899db9e.zip |
Revert "nix: Install guix-gc systemd timer."
This reverts commit 3355de608cb2267435c2592fc7dc76a1dcc5c02d.
This commit does the opposite of what it was supposed to do.
-rw-r--r-- | nix/local.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nix/local.mk b/nix/local.mk index 262b6714f2..0d23a48a02 100644 --- a/nix/local.mk +++ b/nix/local.mk @@ -158,8 +158,7 @@ nodist_systemdservice_DATA = \ etc/gnu-store.mount \ etc/guix-daemon.service \ etc/guix-publish.service \ - etc/guix-gc.service \ - etc/guix-gc.timer + etc/guix-gc.service etc/%.mount: etc/%.mount.in \ $(top_builddir)/config.status |