Replies: 1 comment 5 replies
-
|
if you set |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I tried to use this in a monorepo with a crate which needs some resources outside of its cargo root
I've tried these as
nci.projects.my-crate.pathvalues:./my-crate./.combining them with
but nothing I tried worked:
src = lib.mkForce monoreposrc = lib.mkOverride 49 monoreposrc = lib.mkOverride 1 monorepohow could I accomplish this?
I got it working in crane exactly like this, with the
srcset to the filtered monorepo, manually specifiedcargoToml = ./my-crate/Cargo.toml;andcargoLock = ./my-crate/Cargo.lock;, and the postUnpack hookBeta Was this translation helpful? Give feedback.
All reactions