forked from momo/invoiceplane-template
flake: also build for aarch64-linux
This commit is contained in:
parent
e531dd71ee
commit
e471677325
|
@ -12,7 +12,7 @@
|
||||||
inputs.flake-parts.flakeModules.easyOverlay
|
inputs.flake-parts.flakeModules.easyOverlay
|
||||||
];
|
];
|
||||||
|
|
||||||
systems = [ "x86_64-linux" ];
|
systems = [ "x86_64-linux" "aarch64-linux" ];
|
||||||
|
|
||||||
perSystem = args@{ system, pkgs, lib, config, ... }: let
|
perSystem = args@{ system, pkgs, lib, config, ... }: let
|
||||||
invoiceplane-template = pkgs.stdenv.mkDerivation {
|
invoiceplane-template = pkgs.stdenv.mkDerivation {
|
||||||
|
|
Loading…
Reference in a new issue