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.
2 parents 6ada268 + 0f1310e commit be0d0c8Copy full SHA for be0d0c8
flake.nix
@@ -22,7 +22,7 @@
22
(import ./docs/build.nix)
23
];
24
debug = true;
25
- systems = [ "x86_64-linux" ];
+ systems = [ "x86_64-linux" "x86_64-darwin" ];
26
perSystem = { system, config, ... }:
27
let
28
inherit self;
0 commit comments