fix: avoid Cargo metadata IFD
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
...
|
||||
}: let
|
||||
src = ./.;
|
||||
cargo = cargoToml src;
|
||||
cargo = cargoToml ./Cargo.toml;
|
||||
in
|
||||
pkgs.rustPlatform.buildRustPackage {
|
||||
pname = cargo.package.name;
|
||||
|
||||
Reference in New Issue
Block a user