accept agent as prebuild lib
This commit is contained in:
@@ -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 [ ] ./.;
|
||||
|
||||
Reference in New Issue
Block a user