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 52fff48 commit 0af1c0bCopy full SHA for 0af1c0b
flake.nix
@@ -9,7 +9,7 @@
9
10
outputs = inputs:
11
inputs.flake-parts.lib.mkFlake {inherit inputs;} {
12
- systems = ["x86_64-linux" "aarch64-linux" "aarch64-darwin"];
+ systems = ["x86_64-linux" "aarch64-linux" "aarch64-darwin" "x86_64-darwin"];
13
14
imports = [inputs.treefmt-nix.flakeModule];
15
0 commit comments