Skip to content

Commit 955adea

Browse files
committed
tools(nix): add aarch64-darwin to systems
1 parent c9419b6 commit 955adea

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

flake.nix

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
outputs =
55
{ flakelight, ... }:
66
flakelight ./. {
7+
systems = [
8+
"x86_64-linux"
9+
"aarch64-linux"
10+
"x86_64-darwin"
11+
"aarch64-darwin"
12+
];
713

814
devShell.packages =
915
pkgs: with pkgs; [

0 commit comments

Comments
 (0)