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

flake: refactor and drop flake-utils dependency #180

Merged
merged 2 commits into from
Jun 18, 2024

Conversation

oxalica
Copy link
Owner

@oxalica oxalica commented Jun 18, 2024

  • Tests are moved out into tests/default.nix.
  • flake-utils dependency is dropped.
  • Exposed flake systems (builtins.attrNames packages) now follow nixpkgs.lib.systems.flakeExposed, since we depends on nixpkgs anyway. Custom systems can still be used via mkRustBin interface.

Closes #179.

@oxalica oxalica merged commit 16c8ad8 into master Jun 18, 2024
30 checks passed
@oxalica oxalica deleted the feat/use-nixpkgs-systems branch June 18, 2024 03:38
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.

nix flake show --all-systems --json --no-write-lock-file fails on armv7a-linux
1 participant