-
Notifications
You must be signed in to change notification settings - Fork 107
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
semi automatic update for /pkgs #118
Comments
I just tried out nixpkgs-update and I think that I neither fully understand how to use it nor that it does exactly what we would need to. |
This is a problem flakes could actually solve for us. We could do it right now, I just don't want to flood the inputs with a huge list of package sources, which is why I started that dicussion. Although I guess, if it's only in the community branch, it wouldn't be horrible, if we have to. |
thats actually a super cool idea. |
IIRC, flakes now have a mercurial backend, as well as the ability to simply point to an https url with a tarball. So I think binary should be possible, you just have to handle the input differently. |
this sounds better and better! |
* Update documentation with an example. * Add `mkVersion` function to autogenerate a version string. * Add srcs package via overlay containing all sources defined in _pkgs/flake.nix_ * Extend `flk update` with the ability to only update the given input
* Resolves #118 * Leverage flakes to manage package sources & hashes * Update documentation with an example. * Add `mkVersion` function to autogenerate a version string. * Add srcs package via overlay containing all sources defined in _pkgs/flake.nix_ * Extend `flk update` with the ability to only update the given input
* Resolves #118 * Leverage flakes to manage package sources & hashes * Update documentation with an example. * Add `mkVersion` function to autogenerate a version string. * Add srcs package via overlay containing all sources defined in _pkgs/flake.nix_ * Extend `flk update` with the ability to only update the given input
118: Add patches options to channels r=Pacman99 a=amarshall This is available in underlying flake-utils-plus. Co-authored-by: Andrew Marshall <[email protected]>
Is your feature request related to a problem? Please describe.
I do not want to check manually whether my custom pkgs have updates.
Describe the solution you'd like
Add https://github.com/ryantm/nixpkgs-update to the configuration and maybe a litte subcommand to flk to have a simple interface to it (I plan to try it myself when I have some more time).
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: