nix: remove unused _server.nix file (#2538)

This commit is contained in:
Daniël de Kok 2024-09-23 09:43:23 +02:00 committed by yuanwu
parent b590310255
commit 9aed9d5f81

View File

@ -1,17 +0,0 @@
{
mkPoetryApplication,
pkg-config,
protobuf,
openssl,
}:
mkPoetryApplication {
# name = "text-generation-server";
projectDir = ./server;
# nativeBuildInputs = [ pkg-config ];
# buildInputs = [ openssl.dev protobuf ];
}