cosmic-randr: `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-randr/package.nix
··· 39 39 "prefix" 40 40 (placeholder "out") 41 41 "--set" 42 - "bin-src" 43 - "target/${stdenv.hostPlatform.rust.cargoShortTarget}/release/cosmic-randr" 42 + "cargo-target-dir" 43 + "target/${stdenv.hostPlatform.rust.cargoShortTarget}" 44 44 ]; 45 45 46 46 passthru = {