Fix: add back darwin support

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.
This commit is contained in:
Alex Jackson 2024-07-29 10:48:15 -05:00
parent 7b8ef0d5fd
commit 3f884fa2bf

View file

@ -19,8 +19,10 @@
}
// (flake-utils.lib.eachSystem
[
"x86_64-linux"
"aarch64-linux"
"aarch64-darwin"
"x86_64-darwin"
"x86_64-linux"
"riscv64-linux"
]
(