feat: add darwin platforms to nix flake

This commit is contained in:
Youwen Wu 2025-01-09 13:00:01 -08:00
parent 614754682e
commit 43a923ff8b
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -11,6 +11,8 @@
systems = [ systems = [
"x86_64-linux" "x86_64-linux"
"aarch64-linux" "aarch64-linux"
"x86_64-darwin"
"aarch64-darwin"
]; ];
forAllSystems = nixpkgs.lib.genAttrs systems; forAllSystems = nixpkgs.lib.genAttrs systems;
in in