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

This commit is contained in:
2026-04-03 13:21:56 -06:00
parent 6e9531f944
commit 2cc1a079a7
30 changed files with 2 additions and 1053 deletions

View File

@@ -37,10 +37,8 @@
overlays.default = final: prev:
let graal = x: final.mkGraalBin { cljDrv = x; };
vendored = final.callPackage ./vendor {};
in {
inherit (vendored) ibm-plex-web;
publisher = final.callPackage ./publisher {};
ibm-plex-web = final.callPackage ./ibm-plex-web.nix {};
doerg = final.callPackage ./. {};
doerg-parser = final.callPackage ./doerg-parser {};
doerg-temml-worker = final.callPackage ./doerg-temml-worker {};
@@ -58,7 +56,6 @@
default = pkgs.mkShell {
inputsFrom = [
pkgs.doerg
pkgs.publisher
pkgs.doerg-parser
pkgs.doerg-temml-worker
];
@@ -70,7 +67,7 @@
clojure
babashka
sqlite-web
pkgs.publisher.test-emacs
pkgs.doerg.test-emacs
];
};
});