accept agent as prebuild lib

This commit is contained in:
2024-08-27 16:00:43 +02:00
parent 081cac7074
commit bfb77a8368

View File

@@ -1,10 +1,7 @@
{ pkgs ? import <nixpkgs> { }
, agent_src
, agent
}:
with pkgs;
let
agent = callPackage "${agent_src}/default.nix" { };
in
rustPlatform.buildRustPackage {
name = "agent-harness";
src = nix-gitignore.gitignoreSource [ ] ./.;