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

Reduce Nix support #3804

Merged
merged 3 commits into from
Nov 14, 2023
Merged

Reduce Nix support #3804

merged 3 commits into from
Nov 14, 2023

Conversation

michaelpj
Copy link
Collaborator

This removes the support for:

  • Dev shells with pre-built packages
  • Building binaries

These have been almost continually broken, and nobody is really maintaining them. Better to just do the simple thing we can do reliably, which is to provide dev shells.

Closes #3800


# Enter the development shell and run `cabal build`
develop:
if: needs.pre_job.outputs.should_skip_develop != 'true'
needs: pre_job
runs-on: ${{ matrix.os }}
env:
HAS_TOKEN: ${{ secrets.HLS_CACHIX_AUTH_TOKEN != '' }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HAS_TOKEN appears unused.

This removes the support for:
- Dev shells with pre-built packages
- Building binaries

These have been almost continually broken, and nobody is really
maintaining them. Better to just do the simple thing we can do reliably,
which is to provide dev shells.

Closes #3800
Copy link
Collaborator

@fendor fendor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome simplification!

Copy link
Collaborator

@guibou guibou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a cool simplification. User of the nix environment like me can continue to deploy a custom nix builder outside of this repo.

@michaelpj michaelpj merged commit fb11328 into master Nov 14, 2023
32 of 44 checks passed
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.

Reduce the Nix setup in this repository
4 participants