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