mirror of
https://github.com/tweag/gomod2nix.git
synced 2024-11-08 11:39:11 +00:00
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:
parent
7b8ef0d5fd
commit
3f884fa2bf
1 changed files with 3 additions and 1 deletions
|
@ -19,8 +19,10 @@
|
|||
}
|
||||
// (flake-utils.lib.eachSystem
|
||||
[
|
||||
"x86_64-linux"
|
||||
"aarch64-linux"
|
||||
"aarch64-darwin"
|
||||
"x86_64-darwin"
|
||||
"x86_64-linux"
|
||||
"riscv64-linux"
|
||||
]
|
||||
(
|
||||
|
|
Loading…
Reference in a new issue