From ca7451053ab5e115a16d6fa0163abe21b002b972 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 21 Sep 2026 21:55:35 +0200 Subject: modules/{cargo,direnv/landrun-fish}: Re-introduce cargo's `shared-target` --- modules/by-name/ca/cargo/module.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'modules/by-name/ca/cargo/module.nix') diff --git a/modules/by-name/ca/cargo/module.nix b/modules/by-name/ca/cargo/module.nix index ee7dffaa..6a0675d3 100644 --- a/modules/by-name/ca/cargo/module.nix +++ b/modules/by-name/ca/cargo/module.nix @@ -27,10 +27,7 @@ in { cargoHome = "${config.home-manager.users.soispha.xdg.dataHome}/cargo"; settings = { - # NOTE: This unfortunately does not work anymore with the sandboxing :( (because - # cargo tries to rename some files, which ends in OS errors 18 because of - # landlock) <2026-09-06> - # build.build-dir = "${config.home-manager.users.soispha.xdg.cacheHome}/cargo/shared-target/"; + build.build-dir = "${config.home-manager.users.soispha.xdg.cacheHome}/cargo/shared-target/"; }; }; }; -- cgit v1.3.1