Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(flake): re-add
{x86_64,aarch64}-darwin
to flake-parts
's systems
Commit cf28dcf rewrote the main `flake.nix` to use `flake-parts`, presumably without change for users, but there is actually one small regression there. The main flake's `perSystem` outputs' `system`s were reduced to only `["x86_64-linux" "aarch64-linux"]`, (accidentally) removing `["x86_64-darwin" "aarch64-darwin"]`. This commit adds them back (both in the main flake and in the example)
- Loading branch information