-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
82: Add a pure client build that leverages Nix #83
Conversation
@z-silver @EduardoLR10 I'm putting the assets in same directory (
|
69b7ca9
to
eca2c01
Compare
@schonfinkel same crash. tried on two different laptops with Debian 12.
|
@schonfinkel Progress! Run the client crashes as before, but I was able to run the client with this command:
I have found out that OpenGL apps have issues on non-nixos OSes. However, I don't see the assets, same as the screenshot you posted Cheers! |
73b58f6
to
8aab2b6
Compare
@carlotm Sorry for taking this long, I've tested the pure client build and it works now, may you try it? Depending on your answers I may be able to drop the @z-silver @EduardoLR10 please review these changes. CommandsTo reproduce my results in this branch:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I got the same result as @carlotm - just running the executable failed (with the same error that he got), but nix run --impure github:nix-community/nixGL -- ./result/bin/lyceum-client
works for me.
I confirm, just FYI. |
Summary
it almost works, I just need to add the assets to the build as well.
Testing
nix build .#client
./result/bin/lyceum-client