2
0
Fork 0

Add aarch64-linux to build platforms

This commit is contained in:
Emery Hemingway 2020-08-05 10:41:57 +02:00
parent 4f74ff9452
commit 1e73ff4793
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
outputs = { self, nixpkgs }: outputs = { self, nixpkgs }:
let let
localSystems = [ "x86_64-linux" ]; localSystems = [ "aarch64-linux" "x86_64-linux" ];
crossSystems = [ "aarch64-genode" "x86_64-genode" ]; crossSystems = [ "aarch64-genode" "x86_64-genode" ];
forAllLocalSystems = f: forAllLocalSystems = f: