Similar to https://github.com/nix-community/naersk/issues/324, I'm finding that my "api" binary is missing from $out/bin when building with crane. Running cargo build manually creates target/debug/api, but I'm not seeing it compiled or generated by crane.
Perhaps this is some kind of issue pervasive to the nix rust builders?
Similar to https://github.com/nix-community/naersk/issues/324, I'm finding that my "api" binary is missing from $out/bin when building with crane. Running
cargo build
manually createstarget/debug/api
, but I'm not seeing it compiled or generated by crane.Perhaps this is some kind of issue pervasive to the nix rust builders?