forked from momo/invoiceplane-template
flake: add systems
This commit is contained in:
parent
c24aa121de
commit
31ec883d71
|
@ -12,6 +12,8 @@
|
||||||
inputs.flake-parts.flakeModules.easyOverlay
|
inputs.flake-parts.flakeModules.easyOverlay
|
||||||
];
|
];
|
||||||
|
|
||||||
|
systems = [ "x86_64-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 {
|
||||||
name = "invoiceplane-template";
|
name = "invoiceplane-template";
|
||||||
|
|
Loading…
Reference in a new issue