Skip to content

Commit bdc75e5

Browse files
eordanoclaude
andauthored
feat: export the abgen-corpus binary as a flake package (#12)
Exposes the existing batch-conversion tool so it can be nix-built and nix-copied for direct-batch corpus generation; no source changes. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent ab80a20 commit bdc75e5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

flake.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@
4747

4848
packages.default = abgenPkg;
4949

50+
packages.abgen-corpus = abgenPkg.overrideAttrs (old: {
51+
pname = "abgen-corpus";
52+
cargoBuildFlags = [ "--bin" "abgen-corpus" ];
53+
});
54+
5055
packages.dockerImage =
5156
let
5257
runtimeData = pkgs.runCommand "abgen-runtime" { } ''

0 commit comments

Comments
 (0)