add workspace Cargo.toml

This commit is contained in:
wucke13
2023-11-04 12:46:48 +01:00
parent cd00f023fb
commit 6274c6fcdd
2 changed files with 10 additions and 0 deletions

View File

@@ -112,6 +112,9 @@
version = cargoToml.package.version;
inherit src;
cargoBuildOptions = x: x ++ [ "-p" "rosenpass" ];
cargoTestOptions = x: x ++ [ "-p" "rosenpass" ];
doCheck = true;
nativeBuildInputs = with pkgs; [