From 3f884fa2bf494aae014d1e8e8b07265cc698c35e Mon Sep 17 00:00:00 2001 From: Alex Jackson Date: Mon, 29 Jul 2024 10:48:15 -0500 Subject: [PATCH] Fix: add back darwin support Fixes a regression where darwin support was deleted. We now take the full default value of `defaultSystems` from flake-utils and add riscv to it. --- flake.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4587aaf..3b8b6a7 100644 --- a/flake.nix +++ b/flake.nix @@ -19,8 +19,10 @@ } // (flake-utils.lib.eachSystem [ - "x86_64-linux" "aarch64-linux" + "aarch64-darwin" + "x86_64-darwin" + "x86_64-linux" "riscv64-linux" ] (