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