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