You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm adding crate2nix in the backend subdirectory, which also has further sub directories with rust projects in them (e.g. windmill/backend/windmill-api)
I get:
++ crate2nix generate -f ./Cargo.toml -o Cargo-generated.nix -h /nix/store/32d3zrqyvz6w77k94hr3l4mn6qzhf5in-windmill-api-crate2nix/crate-hashes.json
Error: while retrieving metadata about ./Cargo.toml: `cargo metadata` exited with an error: error: failed to parse manifest at `/build/windmill-api/Cargo.toml`
Caused by:
error inheriting `version` from workspace root manifest's `workspace.package.version`
Caused by:
failed to find a workspace root
crate2nix failed.
I'll try and move the flake to the top level from backend and see if that works.
I'm trying to us crate2nix to nixify windmill (https://github.com/windmill-labs/windmill).
I'm adding crate2nix in the backend subdirectory, which also has further sub directories with rust projects in them (e.g.
windmill/backend/windmill-api
)I get:
I'll try and move the flake to the top level from
backend
and see if that works.See also nix-community/naersk#318
The text was updated successfully, but these errors were encountered: