chore: clean doerg sources
All checks were successful
build / build (push) Successful in 5s

This commit is contained in:
2026-03-01 12:12:49 -07:00
parent c45852097b
commit c97b7ab0dc

View File

@@ -32,7 +32,7 @@ let
in mkCljBin' {
name = "net.deertopia/doerg";
version = "0.1.0";
projectSrc = ./.;
projectSrc = lib.cleanSource ./.;
lockfile = ../deps-lock.json;
main-ns = "net.deertopia.doerg.main";
nativeBuildInputs = [