flake: Fix path to crates

This is a fix after my oversight of adjusting the path alongside
5bc2dc677b.
This commit is contained in:
Lorenz Leutgeb 2025-06-24 23:04:23 +02:00
parent e39653afcf
commit deb823f3b3
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@
}:
rust.craneLib.buildPackage (rust.commonArgs
// {
inherit (rust.craneLib.crateNameFromCargoToml {cargoToml = src + "/" + name + "/Cargo.toml";}) pname version;
inherit (rust.craneLib.crateNameFromCargoToml {cargoToml = src + "/crates/" + name + "/Cargo.toml";}) pname version;
cargoExtraArgs = "-p ${name}";
doCheck = false;
postInstall = ''