fix: avoid Cargo metadata IFD

This commit is contained in:
2026-09-11 09:19:03 +00:00
parent 572133a941
commit 37bd69e90e
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
...
}: let
src = ./.;
cargo = cargoToml src;
cargo = cargoToml ./Cargo.toml;
in
pkgs.rustPlatform.buildRustPackage {
pname = cargo.package.name;
+1 -1
View File
@@ -6,7 +6,7 @@
...
}: let
src = ./.;
cargo = cargoToml src;
cargo = cargoToml ./Cargo.toml;
in
pkgs.rustPlatform.buildRustPackage {
pname = cargo.package.name;
+1 -1
View File
@@ -5,7 +5,7 @@
...
}: let
src = ./.;
cargo = cargoToml src;
cargo = cargoToml ./Cargo.toml;
in
pkgs.rustPlatform.buildRustPackage {
pname = cargo.package.name;