We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf3666f commit 658cad9Copy full SHA for 658cad9
flake.nix
@@ -58,6 +58,6 @@
58
./experimental/build.nix
59
];
60
debug = true;
61
- systems = [ "x86_64-linux" ];
+ systems = [ "x86_64-linux" "x86_64-darwin" ];
62
};
63
}
0 commit comments