Skip to content

Commit

Permalink
cmm: Update manual manifest notes
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <[email protected]>
  • Loading branch information
nspin committed Jan 6, 2024
1 parent 4d8c30b commit 8f350d0
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions hacking/cargo-manifest-management/manual-manifests.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ let

relativeToWorkspaceRoot = relativePath: "${toString ../..}/${relativePath}";

relativeToTmpSrc = relativePath: relativeToWorkspaceRoot "tmp/src/${relativePath}";

in {
# "virtio-drivers" = relativeToWorkspaceRoot "tmp/virtio-drivers";
# "mbedtls" = relativeToWorkspaceRoot "tmp/rust-mbedtls/mbedtls";
# "mbedtls-sys-auto" = relativeToWorkspaceRoot "tmp/rust-mbedtls/mbedtls-sys";
# "mbedtls-platform-support" = relativeToWorkspaceRoot "tmp/rust-mbedtls/mbedtls-platform-support";
# "embedded-fat" = relativeToWorkspaceRoot "tmp/rust-embedded-fat";
# "volatile" = relativeToWorkspaceRoot "tmp/volatile";
# ring = relativeToTmpSrc "ring";
# rustls = relativeToTmpSrc "rustls/rustls";
}

0 comments on commit 8f350d0

Please sign in to comment.