about summary refs log tree commit diff
path: root/tools/eaglemode/plugins/qoi/default.nix
blob: 8764ac39e88da6631889fcee139418a1ff2d98b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{ depot, pkgs, ... }:

let
  em = depot.tools.eaglemode;
  emSrc = pkgs.srcOnly pkgs.em;
in
em.buildPlugin {
  name = "qoi";
  version = "canon";
  src = ./.;
  target = "PlQoi";
}