{ pkgs ? import { } , agent }: with pkgs; rustPlatform.buildRustPackage { name = "agent-harness"; src = nix-gitignore.gitignoreSource [ ] ./.; nativeBuildInputs = [ cargo rustc ]; buildInputs = [ agent ]; cargoHash = "sha256-ZgwQr1goz9yPws0P1eQwhHEv2WbcJeTCLEPYOUADOtE="; }