From 0996c763efd18e98b481265583ba86af389442f6 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Fri, 30 Jan 2026 20:55:22 +0300 Subject: [PATCH] nix: support additional platforms Signed-off-by: NotAShelf Change-Id: Ib2041c4c951e4b5870f9322534736a3f6a6a6964 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c747b2b..c0b6769 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ self, nixpkgs, }: let - systems = ["x86_64-linux" "aarch64-linux"]; + systems = ["x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin"]; forEachSystem = nixpkgs.lib.genAttrs systems; pkgsForEach = nixpkgs.legacyPackages; in {