Skip to content

Commit fcd43e1

Browse files
flake: support x86_64-darwin
1 parent 8121320 commit fcd43e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
flake-parts.lib.mkFlake { inherit inputs; } {
2626
systems = [
2727
"x86_64-linux"
28+
"x86_64-darwin"
2829
"aarch64-darwin"
2930
];
3031

0 commit comments

Comments
 (0)