Merge pull request #270381 from Aleksanaa/cockroachdb-bin
cockroachdb-bin: add cockroach symlink
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user