Replies: 4 comments
-
Beta Was this translation helpful? Give feedback.
-
|
Great idea to have Handy in nixpkgs! Unfortunately, I'm also not in a position to maintain it right now. During active development, pulling directly from the flake works well for me. And with the Cachix binary cache from PR #1237, the main pain point (long compilation times) should be resolved for most Nix users without the overhead of nixpkgs maintenance. |
Beta Was this translation helpful? Give feedback.
-
|
I opened a PR! NixOS/nixpkgs#507754 |
Beta Was this translation helpful? Give feedback.
-
|
@philocalyst I reviewed your nixpkgs PR and left detailed feedback with fixes for the Linux build issues: NixOS/nixpkgs#507754 (comment) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
At each update, Nix recompile the whole project, importing all dependencies to compile it
This requires many CPU time and many storage space
Having the package in nixpkgs, would pre-compile it in their Hydra pipeline
To use it, Nix would just download the built package and its runtime dependencies
This would require fewer CPU time and less storage
I could upstream to Nixpkgs, i know how to do it, but i don't want to maintain it
Does someone want to upstream the Nix package to Nixpkgs ?
Beta Was this translation helpful? Give feedback.
All reactions