From eaad78f00ea8c1cf1dcfc3818669271f515f25f5 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Sun, 16 Jun 2024 20:33:50 +0200 Subject: [PATCH] flake: also build for aarch64-linux --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 6693946..63a387a 100644 --- a/flake.nix +++ b/flake.nix @@ -12,7 +12,7 @@ inputs.flake-parts.flakeModules.easyOverlay ]; - systems = [ "x86_64-linux" ]; + systems = [ "x86_64-linux" "aarch64-linux" ]; perSystem = args@{ system, pkgs, lib, config, ... }: let invoiceplane-template = pkgs.stdenv.mkDerivation {