cosmic-term: `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-term/package.nix
··· 47 "prefix" 48 (placeholder "out") 49 "--set" 50 - "bin-src" 51 - "target/${stdenv.hostPlatform.rust.cargoShortTarget}/release/cosmic-term" 52 ]; 53 54 passthru = {
··· 47 "prefix" 48 (placeholder "out") 49 "--set" 50 + "cargo-target-dir" 51 + "target/${stdenv.hostPlatform.rust.cargoShortTarget}" 52 ]; 53 54 passthru = {