mirror of
https://github.com/mitchellh/zig-overlay.git
synced 2025-02-05 08:52:48 +02:00
aarch64-darwin not found
This commit is contained in:
parent
a7f900d90f
commit
6eca2e65bd
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue