Replies: 1 comment 4 replies
-
Seems like I found a guide that addresses this precisely in their onboarding docs, using https://github.com/rustshop/flakebox/blob/master/docs/building-new-project.md#extra-dependencies I may open a PR if I get flakebox running for gitoxide; this could help make builds more reproducible, and cross-compiling rather simple. |
Beta Was this translation helpful? Give feedback.
4 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 all,
I am eager to begin using
gitoxide
embedded in a.wasm
module, for a client-side app similar to https://radicle.xyzAs phase one, I need to compile
gitoxide
somehow on NixOS; this means adding aflake.nix
to the code and declaring all dependencies. Here isflake.nix
:When I build, the error I see is based on
libsqlite3-sys
Nothing I search for has any promising leads; I seem to be missing some environment variable or dependency package. As this is my first production
rust
/wasm
build, I am lost for direction and hope someone can lend their experience. Much obliged, as usual. I hope I can lend a hand on issues soon.Beta Was this translation helpful? Give feedback.
All reactions