nix: remove unused `_server.nix` file (#2538)
This commit is contained in:
parent
169178b937
commit
9263817c71
17
_server.nix
17
_server.nix
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
mkPoetryApplication,
|
||||
pkg-config,
|
||||
protobuf,
|
||||
openssl,
|
||||
}:
|
||||
|
||||
mkPoetryApplication {
|
||||
# name = "text-generation-server";
|
||||
|
||||
projectDir = ./server;
|
||||
|
||||
# nativeBuildInputs = [ pkg-config ];
|
||||
|
||||
# buildInputs = [ openssl.dev protobuf ];
|
||||
|
||||
}
|
Loading…
Reference in New Issue