Skip to content

Commit

Permalink
flake: add more supported systems where it evaluates
Browse files Browse the repository at this point in the history
  • Loading branch information
oxalica committed Aug 4, 2022
1 parent 81165a7 commit 28cedcb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,18 @@
overlay = import ./.;

allSystems = [
"aarch64-darwin"
"aarch64-linux"
"armv5tel-linux"
"armv6l-linux"
"armv7a-linux"
"armv7l-linux"
"x86_64-linux"
"i686-linux"
# "mipsel-linux" # Missing `busybox`.
"powerpc64le-linux"
"riscv64-linux"
"x86_64-darwin"
"aarch64-darwin"
"x86_64-linux"
];

in {
Expand Down

0 comments on commit 28cedcb

Please sign in to comment.