nix flake #1973
mahmoodsh36
started this conversation in
General
nix flake
#1973
Replies: 0 comments
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 managed to get webview working on nixos but im not very familiar with nix so perhaps someone else should take a look.
for those who simply want to run the webview client on nix you may try
nix run github:mahmoodsh36/lem#lem-webviewi built it on top of the older flake. i removed the sdl2 client to make it easier for myself initially but it can probably be added back with no trouble. it was mostly a sequence of trial&error before i got the flake fully working.
the code is at https://github.com/mahmoodsh36/lem which also includes the dependencies for the
organ-modethat im working on.i think there is still sometimes an issue where lem/sbcl are trying to write fasl files to the nix store and it results in errors, this was the main hurdle for getting the flake to work, i think what i have is a workaround/hack and im not sure its the "correct" way. plus i'd love to get this working with quicklisp without having to do things manually (so that quicklisp and lem-extension-manager can work ootb).
Beta Was this translation helpful? Give feedback.
All reactions