mirror of https://github.com/voidlizard/hbs2
darwin
This commit is contained in:
parent
882ce0ea5f
commit
47859ded23
|
@ -26,7 +26,7 @@ outputs = { self, nixpkgs, haskell-flake-utils, ... }@inputs:
|
|||
|
||||
haskell-flake-utils.lib.simpleCabalProject2flake {
|
||||
inherit self nixpkgs;
|
||||
systems = [ "x86_64-linux" "aarch64-linux" ];
|
||||
systems = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" ];
|
||||
name = "hbs2";
|
||||
|
||||
haskellFlakes = with inputs; [
|
||||
|
|
Loading…
Reference in New Issue