github pr #7 accepted

This commit is contained in:
Dmitry Zuikov 2023-03-25 06:38:19 +03:00
parent 4c7f247907
commit 185b785026
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ outputs = { self, nixpkgs, haskell-flake-utils, ... }@inputs:
haskell-flake-utils.lib.simpleCabalProject2flake {
inherit self nixpkgs;
systems = [ "x86_64-linux" ];
systems = [ "x86_64-linux" "aarch64-linux" ];
name = "hbs2";
haskellFlakes = with inputs; [