deno: remove test bin and lib
This commit is contained in:
parent
f2d8aebe8e
commit
a857d5c4b2
@ -54,6 +54,9 @@ rustPlatform.buildRustPackage rec {
|
|||||||
|
|
||||||
# TODO: Move to enhanced installShellCompletion when merged: PR #83630
|
# TODO: Move to enhanced installShellCompletion when merged: PR #83630
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
# remove test plugin and test server
|
||||||
|
rm -rf $out/lib $out/bin/test_server
|
||||||
|
|
||||||
$out/bin/deno completions bash > deno.bash
|
$out/bin/deno completions bash > deno.bash
|
||||||
$out/bin/deno completions fish > deno.fish
|
$out/bin/deno completions fish > deno.fish
|
||||||
$out/bin/deno completions zsh > _deno
|
$out/bin/deno completions zsh > _deno
|
||||||
|
Loading…
x
Reference in New Issue
Block a user