diff --git a/flake.nix b/flake.nix index 81f5a33..2ae469e 100644 --- a/flake.nix +++ b/flake.nix @@ -16,6 +16,7 @@ systems = [ "x86_64-linux" "aarch64-linux" + "aarch64-darwin" ]; forAllSystems = f: nixpkgs.lib.genAttrs systems (system: f system); in {