_server.nix 231 Bytes
Newer Older
Nicolas Patry's avatar
Nicolas Patry committed
1
2
3
4
5
6
7
8
9
10
11
12
{ mkPoetryApplication, pkg-config, protobuf, openssl }:

mkPoetryApplication {
  # name = "text-generation-server";

  projectDir = ./server;

  # nativeBuildInputs = [ pkg-config ];

  # buildInputs = [ openssl.dev protobuf ];

}