flake: Fix path to crates
This is a fix after my oversight of adjusting the path alongside
5bc2dc677b.
This commit is contained in:
parent
e39653afcf
commit
deb823f3b3
|
|
@ -123,7 +123,7 @@
|
||||||
}:
|
}:
|
||||||
rust.craneLib.buildPackage (rust.commonArgs
|
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}";
|
cargoExtraArgs = "-p ${name}";
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue