nix: remove unused _server.nix file

This commit is contained in:
Daniël de Kok 2024-09-20 12:02:49 +00:00
parent f478aa77ad
commit 4b3922ed2f

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