From 4c6b986f483a21a3aec0dca006beac6e6d957a97 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 13 Jun 2026 22:11:01 +0200 Subject: modules/common/unison: Don't sync `cargo`'s shared target --- modules/common/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/common') diff --git a/modules/common/default.nix b/modules/common/default.nix index ea9f2ded..680514a1 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -116,6 +116,9 @@ # 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