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

Ensure Nix expressions are up to date in CI #714

Merged
merged 1 commit into from
Oct 1, 2020

Conversation

sevanspowell
Copy link
Contributor

Description

  • Adds a step to the Buildkite CI to check that the Nix expressions of the project are up-to-date. If they are not, it provides a patch as an artifact that the user can download and apply with patch -p1 < nix-expr.patch. This was done to make it easier for non-Nix users to update the dependencies of the project.

- Adds a step to the Buildkite CI to check that the Nix expressions of
the project are up-to-date. If they are not, it provides a patch as an
artifact that the user can download and apply with `patch -p1 <
nix-expr.patch`. This was done to make it easier for non-Nix users to
update the dependencies of the project.
@sevanspowell sevanspowell force-pushed the feature/up-to-date-nix-exprs branch from 2af30a0 to bd187f4 Compare October 1, 2020 04:38
@mirkoAlic mirkoAlic merged commit 6a394f4 into develop Oct 1, 2020
@mirkoAlic mirkoAlic deleted the feature/up-to-date-nix-exprs branch October 1, 2020 12:49
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 this pull request may close these issues.

3 participants