-
-
Notifications
You must be signed in to change notification settings - Fork 651
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
init: nix support #1131
init: nix support #1131
Conversation
Hey @colemickens as promised here already a draft of initial nix support. I would be happy if you would look over it. |
Looks good to me, but two thoughts:
|
Thank you!
It would be awesome, if something like that would be more straight forward in nix!
I agree it is kind of a blocker, I want to address it in a different pr. I am thinking about updating the Kind of like I do on https://github.com/a-kenji/zellij-nix, there I update all the inputs on a weekly basis and I advance the zellij input nightly. I just looked at |
Also what do you think of splitting the files up, like I did in |
as discussed in zellij-org#1131 Add a github action that creating a weekly pr with updated flake inputs.
as discussed in #1131 Add a github action that creating a weekly pr with updated flake inputs.
🎊 ! And yes, I'm sorry, my comment was inaccurate - I totally missed that they added a build check without updating inputs. I'll have to make a note to loop back around on that. Personally, the faster the better -- nixpkgs-wayland updates every 30-60 minutes or something like that -- all package sources and nix inputs are pulled up. For now, it's not a huge issue, users can override nixpkgs on importing these repos to build latest, but I do want to circle back around and adding updates, and then maybe in nix-community have a centralized job that:
That way we can provide cache hits for as many folks as possible, and also try to help catch build-breaks early, etc. Just a idea. |
as discussed in zellij-org#1131 Add a github action that creating a weekly pr with updated flake inputs.
No description provided.