flake: add systems
This commit is contained in:
parent
c24aa121de
commit
31ec883d71
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue