aarch64-darwin not found

This commit is contained in:
Mitchell Hashimoto 2022-08-22 17:53:18 -07:00
parent a7f900d90f
commit 6eca2e65bd
No known key found for this signature in database
GPG key ID: 523D5DC389D273BC

View file

@ -9,7 +9,7 @@
outputs = { self, nixpkgs, flake-utils, ... }: outputs = { self, nixpkgs, flake-utils, ... }:
# List of systems where binaries are provided. # List of systems where binaries are provided.
let 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: in flake-utils.lib.eachSystem systems (system:
let pkgs = nixpkgs.legacyPackages.${system}; let pkgs = nixpkgs.legacyPackages.${system};
in rec { in rec {