-
Notifications
You must be signed in to change notification settings - Fork 317
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
Add Linux build for NixOS #162
Comments
@Tanish2002 Can you share some details on how software publishing and distributing works in nixOS ecosystem. |
The process for publishing isn't hard. The first part is creating a working package.
Note: nixpkgs does provide some helper functions for creating flutter applications which should make it easy to package I'll see if I can create a package myself.😄 |
Thanks for the info @Tanish2002 |
@animator There is no blog/guide available. I tried to build a package for NixOS, The biggest problem is the In NixOS packages are built in a sandbox without internet, so the build fails since it can't download the package. To make it worrk we would need to provide the pdfium binary to the I've created an issue on printing package repo to discuss a potential workaround. |
Closing this issue so that we can have a single channel of discussion on the primary discussion thread #240 |
Currently the project on linux is only packaged for Arch Linux, RPM based distros and Debian based distros.
We should have a Linux build for NixOS
The text was updated successfully, but these errors were encountered: