Skip to content

Commit 920b125

Browse files
authored
Add aarch64-linux to supported systems
1 parent 0b728fc commit 920b125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
};
6161
supportedSystems = [
6262
"x86_64-linux"
63-
"aarch64-linux"
6463
"x86_64-darwin"
64+
"aarch64-linux"
6565
"aarch64-darwin"
6666
];
6767
in let flake-outputs = flake-utils.lib.eachSystem supportedSystems (system:

0 commit comments

Comments
 (0)