about summary refs log tree commit diff
path: root/tools/eaglemode/plugins/qoi/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/eaglemode/plugins/qoi/default.nix')
-rw-r--r--tools/eaglemode/plugins/qoi/default.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/eaglemode/plugins/qoi/default.nix b/tools/eaglemode/plugins/qoi/default.nix
new file mode 100644
index 000000000000..8764ac39e88d
--- /dev/null
+++ b/tools/eaglemode/plugins/qoi/default.nix
@@ -0,0 +1,12 @@
+{ depot, pkgs, ... }:
+
+let
+  em = depot.tools.eaglemode;
+  emSrc = pkgs.srcOnly pkgs.em;
+in
+em.buildPlugin {
+  name = "qoi";
+  version = "canon";
+  src = ./.;
+  target = "PlQoi";
+}