aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/by-name/ca/cargo/module.nix3
-rw-r--r--modules/common/default.nix3
2 files changed, 1 insertions, 5 deletions
diff --git a/modules/by-name/ca/cargo/module.nix b/modules/by-name/ca/cargo/module.nix
index d36a11e5..6a0675d3 100644
--- a/modules/by-name/ca/cargo/module.nix
+++ b/modules/by-name/ca/cargo/module.nix
@@ -27,8 +27,7 @@ in {
cargoHome = "${config.home-manager.users.soispha.xdg.dataHome}/cargo";
settings = {
- # {cargo-cache-home} means $CARGO_HOME
- build.build-dir = "{cargo-cache-home}/shared-target/";
+ build.build-dir = "${config.home-manager.users.soispha.xdg.cacheHome}/cargo/shared-target/";
};
};
};
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"
]