Skip to content
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

Improve our automatic updates #469

Open
1 task done
aldoborrero opened this issue Feb 13, 2024 · 0 comments · May be fixed by #468
Open
1 task done

Improve our automatic updates #469

aldoborrero opened this issue Feb 13, 2024 · 0 comments · May be fixed by #468
Assignees

Comments

@aldoborrero
Copy link
Collaborator

Context

No response

Description

Currently, we have our flake-inputs Github Action for updating the flake packages. We have discovered that the current solution is not great as each package may have different needs or update mechanisms while the current action only uses nix-update.

A better mechanism should be the introduction of passthru.updateScript and customizing, where necessary, how the package might want to update itself. This is the approach that nixpkgs currently uses, and ideally, we should explore a similar solution (if not using the same tooling).

So far, we should explore:

  • How we can integrate from nixpkgs both maintainers/{update.nix,update.py} scripts into this flake.
  • If not possible, adapt it to meet our needs.
  • Update our repository Github Actions to run effectively the update mechanism.

Before submitting

  • I have verified that my idea is a change request and not a bug report
@aldoborrero aldoborrero self-assigned this Feb 13, 2024
@aldoborrero aldoborrero linked a pull request Feb 13, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant