1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-30 12:07:46 +00:00

README: fix aarch64-linux appearing twice

This commit is contained in:
Connor Baker 2022-03-16 21:35:29 -04:00 committed by Kevin Amado
parent e00f984b95
commit 62931fd228

View file

@ -172,7 +172,7 @@ $ alejandra --help
outputs = {alejandra, nixpkgs, ...}: {
nixosConfigurations = {
example = nixpkgs.lib.nixosSystem rec {
# We support: aarch64-linux, aarch64-linux, x86_64-darwin, x86_64-linux
# We support: aarch64-darwin, aarch64-linux, x86_64-darwin, x86_64-linux
system = "x86_64-linux";
modules = [
@ -198,7 +198,7 @@ $ alejandra --help
url = "https://github.com/kamadorueda/alejandra/tarball/1.1.0";
sha256 = "0000000000000000000000000000000000000000000000000000";
}))
# Pick one from: aarch64-linux, aarch64-linux, x86_64-darwin, x86_64-linux
# Pick one from: aarch64-darwin, aarch64-linux, x86_64-darwin, x86_64-linux
.x86_64-linux
.outPath;
in {