flake: add systems

This commit is contained in:
Benjamin Yule Bädorf 2024-04-05 23:57:13 +02:00
parent c24aa121de
commit 31ec883d71
Signed by: b12f
GPG key ID: 729956E1124F8F26

View file

@ -12,6 +12,8 @@
inputs.flake-parts.flakeModules.easyOverlay
];
systems = [ "x86_64-linux" ];
perSystem = args@{ system, pkgs, lib, config, ... }: let
invoiceplane-template = pkgs.stdenv.mkDerivation {
name = "invoiceplane-template";