File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ $ alejandra --help
172
172
outputs = {alejandra, nixpkgs, ...}: {
173
173
nixosConfigurations = {
174
174
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
176
176
system = "x86_64-linux";
177
177
178
178
modules = [
@@ -198,7 +198,7 @@ $ alejandra --help
198
198
url = "https://github.com/kamadorueda/alejandra/tarball/1.1.0";
199
199
sha256 = "0000000000000000000000000000000000000000000000000000";
200
200
}))
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
202
202
.x86_64-linux
203
203
.outPath;
204
204
in {
You can’t perform that action at this time.
0 commit comments