Compare commits

..

View file

@ -44,11 +44,7 @@
strictDeps = true;
__structuredAttrs = true;
src = lib.sourceFilesBySuffices ./. [
"Cargo.toml"
"Cargo.lock"
"*.rs"
];
src = ./.;
};
crate =
@ -63,7 +59,7 @@
commonArgs
// {
inherit name;
cargoLock.lockFile = "${commonArgs.src}/Cargo.lock";
cargoLock.lockFile = ./Cargo.lock;
nativeBuildInputs = commonArgs.nativeBuildInputs ++ [
pkgs.autoPatchelfHook