Skip to content

Commit

Permalink
Fix: add back darwin support
Browse files Browse the repository at this point in the history
Fixes a regression where darwin support was deleted. We now take the
full default value of `defaultSystems` from flake-utils and add riscv to
it.
  • Loading branch information
ajaxbits committed Jul 29, 2024
1 parent 7b8ef0d commit 3f884fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@
}
// (flake-utils.lib.eachSystem
[
"x86_64-linux"
"aarch64-linux"
"aarch64-darwin"
"x86_64-darwin"
"x86_64-linux"
"riscv64-linux"
]
(
Expand Down

0 comments on commit 3f884fa

Please sign in to comment.