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 GitHub
parent 169178b937
commit 9263817c71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];
}