Skip to content

Commit 62931fd

Browse files
ConnorBakerkamadorueda
authored andcommitted
README: fix aarch64-linux appearing twice
1 parent e00f984 commit 62931fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ $ alejandra --help
172172
outputs = {alejandra, nixpkgs, ...}: {
173173
nixosConfigurations = {
174174
example = nixpkgs.lib.nixosSystem rec {
175-
# We support: aarch64-linux, aarch64-linux, x86_64-darwin, x86_64-linux
175+
# We support: aarch64-darwin, aarch64-linux, x86_64-darwin, x86_64-linux
176176
system = "x86_64-linux";
177177
178178
modules = [
@@ -198,7 +198,7 @@ $ alejandra --help
198198
url = "https://github.com/kamadorueda/alejandra/tarball/1.1.0";
199199
sha256 = "0000000000000000000000000000000000000000000000000000";
200200
}))
201-
# Pick one from: aarch64-linux, aarch64-linux, x86_64-darwin, x86_64-linux
201+
# Pick one from: aarch64-darwin, aarch64-linux, x86_64-darwin, x86_64-linux
202202
.x86_64-linux
203203
.outPath;
204204
in {

0 commit comments

Comments
 (0)