cosmic-edit: `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-edit/package.nix
··· 53 "prefix" 54 (placeholder "out") 55 "--set" 56 - "bin-src" 57 - "target/${stdenv.hostPlatform.rust.cargoShortTarget}/release/cosmic-edit" 58 ]; 59 60 passthru = {
··· 53 "prefix" 54 (placeholder "out") 55 "--set" 56 + "cargo-target-dir" 57 + "target/${stdenv.hostPlatform.rust.cargoShortTarget}" 58 ]; 59 60 passthru = {