From 6eca2e65bdbdbe7bad01e41e7e2d2486aa6a62b2 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 22 Aug 2022 17:53:18 -0700 Subject: [PATCH] aarch64-darwin not found --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 37b6a75..d487bcf 100644 --- a/flake.nix +++ b/flake.nix @@ -9,7 +9,7 @@ outputs = { self, nixpkgs, flake-utils, ... }: # List of systems where binaries are provided. let - systems = [ "x86_64-linux" "aarch64-linux" "aarch64-darwin" "x86_64-darwin" ]; + systems = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" ]; in flake-utils.lib.eachSystem systems (system: let pkgs = nixpkgs.legacyPackages.${system}; in rec {