mirror of
https://github.com/nix-community/naersk
synced 2024-11-10 06:04:17 +00:00
Add support for aarch64-darwin
This commit is contained in:
parent
08afb3d1db
commit
ee7edec50b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
outputs = { self, nixpkgs }:
|
||||
let
|
||||
forAllSystems = nixpkgs.lib.genAttrs [ "x86_64-linux" "x86_64-darwin" "i686-linux" "aarch64-linux" ];
|
||||
forAllSystems = nixpkgs.lib.genAttrs [ "x86_64-linux" "x86_64-darwin" "i686-linux" "aarch64-linux" "aarch64-darwin" ];
|
||||
in
|
||||
rec {
|
||||
# Naersk is not a package, not an app, not a module... It's just a Library
|
||||
|
|
Loading…
Reference in a new issue