From e166ef50e99cfd2a4451adc922d936ef116899c9 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 14 Jun 2026 00:33:18 +0200 Subject: modules/cargo: Move the shared-target to `.cache` That means it's no longer synchronized or backup-ed (without special exclude filters.) --- modules/common/default.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'modules/common') diff --git a/modules/common/default.nix b/modules/common/default.nix index 680514a1..ea9f2ded 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -116,9 +116,6 @@ # Should not be synchronized "~/.local/share/unison" - # It's pointless to synchronize that - "~/.local/share/cargo/shared-target" - # These are just to big to be synchronized (# TODO: Work around that <2024-08-31> ) "~/.local/share/Steam" ] -- cgit v1.3.1