Skip to content

Commit

Permalink
Merge pull request #165 from ajaxbits/fix-darwin
Browse files Browse the repository at this point in the history
Fix: add back darwin support
  • Loading branch information
Mic92 authored Aug 2, 2024
2 parents 7b8ef0d + 3f884fa commit 4e08ca0
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 4e08ca0

Please sign in to comment.