cockroachdb-bin: add cockroach symlink
This commit is contained in:
parent
21af9192e6
commit
bb205797cd
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,10 @@ buildFHSEnv {
|
|||
|
||||
runScript = "${src}/cockroach";
|
||||
|
||||
extraInstallCommands = ''
|
||||
cp -P $out/bin/cockroachdb $out/bin/cockroach
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://www.cockroachlabs.com";
|
||||
description = "A scalable, survivable, strongly-consistent SQL database";
|
||||
|
|
Loading…
Reference in a new issue