Skip to content

Commit

Permalink
feat: stop emulating armv6
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Oct 25, 2022
1 parent 7a6990a commit 1d61d96
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion machines/chnum/boot.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
binfmt = {
emulatedSystems = [
"aarch64-linux"
"armv6l-linux"
];
};

Expand Down
1 change: 0 additions & 1 deletion machines/utgard/boot.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
binfmt = {
emulatedSystems = [
"aarch64-linux"
"armv6l-linux"
];
};

Expand Down

0 comments on commit 1d61d96

Please sign in to comment.