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 the number of systems offered by the flake #485

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

wentasah
Copy link
Contributor

This gets rid of evaluation error for armv7a-darwin. It makes no sense to support this platform in this overlay. According to the discussion around around NixOS/nixpkgs#324155 (comment), it is better to support just the systems exposed by the nixpkgs flake.

Currently, these are:

  • aarch64-darwin
  • aarch64-linux
  • armv6l-linux
  • armv7l-linux
  • i686-linux
  • powerpc64le-linux
  • riscv64-linux
  • x86_64-darwin
  • x86_64-freebsd
  • 86_64-linux

Closes #484

This gets rid of evaluation error for armv7a-darwin. It makes no sense
to support this platform in this overlay. According to the discussion
around around
NixOS/nixpkgs#324155 (comment),
it is better to support just the systems exposed by the nixpkgs flake.

Currently, these are:
- aarch64-darwin
- aarch64-linux
- armv6l-linux
- armv7l-linux
- i686-linux
- powerpc64le-linux
- riscv64-linux
- x86_64-darwin
- x86_64-freebsd
- 86_64-linux
@lopsided98 lopsided98 merged commit 3ed0f25 into lopsided98:develop Sep 19, 2024
@wentasah wentasah deleted the flake-exposed-systems branch September 20, 2024 04:45
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.

Eval error after recent nixpkgs update
2 participants