diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-13 22:11:01 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-13 22:11:01 +0200 |
| commit | 4c6b986f483a21a3aec0dca006beac6e6d957a97 (patch) | |
| tree | b2a29743cc644218482cfe62cd459eaaffe1d99a /modules/common/default.nix | |
| parent | modules/atuin: Use `turtle` instead (diff) | |
| download | nixos-config-4c6b986f483a21a3aec0dca006beac6e6d957a97.zip | |
modules/common/unison: Don't sync `cargo`'s shared target
Diffstat (limited to '')
| -rw-r--r-- | modules/common/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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" ] |
