Skip to content

Commit be0d0c8

Browse files
authored
Merge pull request #104 from mlabs-haskell/szg251/add-x86_64-darwin
Add x86_64-darwin to supported system in our flakes (tested)
2 parents 6ada268 + 0f1310e commit be0d0c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
(import ./docs/build.nix)
2323
];
2424
debug = true;
25-
systems = [ "x86_64-linux" ];
25+
systems = [ "x86_64-linux" "x86_64-darwin" ];
2626
perSystem = { system, config, ... }:
2727
let
2828
inherit self;

0 commit comments

Comments
 (0)