-
Notifications
You must be signed in to change notification settings - Fork 11
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
Nix package #7
Comments
Hiya, and thanks for the support! I certainly welcome third party packaging; but I don't personally use nix or even know how it works, which is the only thing keeping me from being more enthusiastic or offering any more assistance. But any more OpenFIRE exposure among the greater Linux certainly gets my full blessing. :) |
Well, if you're interested in dropping down the biggest Linux rabbit hole imaginable, I'd recommend it! I could also look into building a flatpak, as I haven't done that before. I think between a deb, flatpak, AUR, & nix packages, pretty much all bases are covered. |
I'm already behind on making Linux videos as it is, so it will be a long while before I get into nix, aha. x_x But yeah, so long as the packages all work, I welcome the contributions! My only worry is if Flatpak's sandbox might make it a problem for accessing the serial devices properly. |
Howdy! Saw your video about the project and was inspired to package it up for Nix and NixOS. I'll be glad to maintain the package. I'll probably also wait for a full non-RC release to submit it to the nixpkgs repo. I can automate the dialout group setting, but that requires a Nix module which would need some more research and effort.
If you wanted to include install instructions in the readme, the user can do several things:
Run temporarily with nix-shell or nix run:
nix-shell -p openfire-app --run 'OpenFIREapp'
or
nix run nixpkgs#openfire-app -- 'OpenFIREapp'
Install to system or user packages via configuration.nix (NixOS only)
Install to home via home.nix (Any OS, requires nix & home-manager)
Here's the actual package I'll be submitting. Builds from source, creates the desktop item. Mostly used the AUR package as a guide.
Now I have to look into getting a lightgun!
The text was updated successfully, but these errors were encountered: