circus/nix/packages/fc-server.nix
NotAShelf 389bf71d82
nix: VM tests; demo VM; cleanup
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: If0fe78ab43436c7e85fa357483bb4c8c6a6a6964
2026-02-02 02:45:18 +03:00

11 lines
192 B
Nix

{
craneLib,
commonArgs,
cargoArtifacts,
}:
craneLib.buildPackage (commonArgs
// {
inherit cargoArtifacts;
pname = "fc-server";
cargoExtraArgs = "--package fc-server";
})