accept agent as prebuild lib
This commit is contained in:
@@ -1,10 +1,7 @@
|
|||||||
{ pkgs ? import <nixpkgs> { }
|
{ pkgs ? import <nixpkgs> { }
|
||||||
, agent_src
|
, agent
|
||||||
}:
|
}:
|
||||||
with pkgs;
|
with pkgs;
|
||||||
let
|
|
||||||
agent = callPackage "${agent_src}/default.nix" { };
|
|
||||||
in
|
|
||||||
rustPlatform.buildRustPackage {
|
rustPlatform.buildRustPackage {
|
||||||
name = "agent-harness";
|
name = "agent-harness";
|
||||||
src = nix-gitignore.gitignoreSource [ ] ./.;
|
src = nix-gitignore.gitignoreSource [ ] ./.;
|
||||||
|
|||||||
Reference in New Issue
Block a user