Skip to content

Commit

Permalink
Enable aarch64-linux
Browse files Browse the repository at this point in the history
Tested on a Raspberry Pi 4
  • Loading branch information
SFrijters committed Jan 31, 2024
1 parent 976af5d commit 197de0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

outputs = { nixpkgs, flake-utils, qemu-espressif, rust-overlay, ... }:
# Maybe other systems work as well, but they have not been tested
flake-utils.lib.eachSystem [ "x86_64-linux" ] (system:
flake-utils.lib.eachSystem [ "x86_64-linux" "aarch64-linux" ] (system:
let
inherit (nixpkgs) lib;

Expand Down

0 comments on commit 197de0f

Please sign in to comment.