Skip to content

Commit 68ecdc0

Browse files
committed
config(flake.nix): Add aarch64-darwin aarch64-linux and x86_64-darwin to systems
1 parent 3822d93 commit 68ecdc0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flake.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,8 @@
225225
];
226226
systems = [
227227
"x86_64-linux"
228+
"aarch64-linux"
229+
"x86_64-darwin"
228230
"aarch64-darwin"
229231
];
230232
perSystem =

0 commit comments

Comments
 (0)