Replies: 2 comments 1 reply
-
I just pushed up the code that results in that warning: https://github.com/lz-bookmarks/lz/blob/main/flake.nix#L119-L125 - I'm pretty sure I am not doing anything wrong there, is it because the |
Beta Was this translation helpful? Give feedback.
1 reply
-
...oof. Yep, ensuring that the operations happen in the right order is exactly what fixes this issue. Thanks for the kind response! |
Beta Was this translation helpful? Give feedback.
0 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.
-
I'm using crane to package a trunk-built WASM package in my web app server, and that works really well (the wasm-cli version pinning notwithstanding). However, whenever I evaluate the system configuration that deploys the server, I get this warning:
...but I am passing the
wasm-bindgen-cli
argument, with the equivalent package. Is there a way to get rid of that warning somehow, or is that a bug in crane's buildTrunkPackage?Beta Was this translation helpful? Give feedback.
All reactions