All checks were successful
build / build (push) Successful in 5s

This commit was merged in pull request #40.
This commit is contained in:
2026-04-03 13:29:07 -06:00
parent 2cc1a079a7
commit 31052a65c8

View File

@@ -31,8 +31,8 @@
_pkgs = each-system ({ pkgs, ... }: pkgs);
packages = each-system ({ pkgs, ... }: {
inherit (pkgs) publisher doerg doerg-parser doerg-temml-worker;
default = pkgs.publisher;
inherit (pkgs) doerg doerg-parser doerg-temml-worker;
default = pkgs.doerg;
});
overlays.default = final: prev: