From a230914ebda8e0b6196d24fa194b3b27b9b414d3 Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Thu, 17 Aug 2023 22:05:09 +0200 Subject: [PATCH] Add aarch64-darwin to devShell --- flake.nix | 1 + 1 file changed, 1 insertion(+) 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 {