Skip to content

Commit

Permalink
support aarch64-linux environments (#1118)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lederstrumpf authored Jan 17, 2024
1 parent d77201b commit 2710a25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
outputs = { self, nixpkgs, flake-utils, foundry }:

let
supportedSystems = [ "aarch64-darwin" "x86_64-darwin" "x86_64-linux" ];
supportedSystems = [ "aarch64-darwin" "aarch64-linux" "x86_64-darwin" "x86_64-linux" ];
overlays = [ foundry.overlay ];
in

Expand Down

0 comments on commit 2710a25

Please sign in to comment.