cosmic-settings: `bin-src` -> `cargo-target-dir`

Avoids hardcoding the path to the binary, making
the packaging more robust.

+2 -2
+2 -2
pkgs/by-name/co/cosmic-settings/package.nix
··· 66 "prefix" 67 (placeholder "out") 68 "--set" 69 - "bin-src" 70 - "target/${stdenv.hostPlatform.rust.cargoShortTarget}/release/cosmic-settings" 71 ]; 72 73 preFixup = ''
··· 66 "prefix" 67 (placeholder "out") 68 "--set" 69 + "cargo-target-dir" 70 + "target/${stdenv.hostPlatform.rust.cargoShortTarget}" 71 ]; 72 73 preFixup = ''