Replies: 1 comment
-
Hi @ymolists! Yes we do indirectly, and the same happens for Kafka. That could be the problem you are running into here (though it may also be a problem with CGO generally, not sure how that works in NixOS). To be specific, as far as I am aware we have two dependencies that use pre-built binaries:
If you manage to get Rill working with NixOS, I would love to hear about the steps it takes. It would also be a useful reference for other NixOS users! |
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.
-
Hi folks
I am trying to run rill on nixos. nisxos does not allow using embedded binaries . All binaries mus be compiled with the same version and rt as nixos. so my guess is you are trying to embed a previously build duckdb maybe ?
Here is the error when i try to compile the latest from the main branch. Can someone please help me with some hints on what could be happening.
same happens when i try to compile as well
Best Regards
Beta Was this translation helpful? Give feedback.
All reactions