From 67735e6bdc7e932a72c7a5a837c0173567f20850 Mon Sep 17 00:00:00 2001 From: Vladimir Krutkin Date: Fri, 24 Mar 2023 15:31:23 +0300 Subject: [PATCH] Added aarch64-linux to flake.nix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7cbf2a19..d66b6aba 100644 --- a/flake.nix +++ b/flake.nix @@ -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; [