Loading pkgs/by-name/ve/vectorcode/package.nix +8 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, python3Packages, fetchFromGitHub, installShellFiles, versionCheckHook, lspSupport ? true, Loading Loading @@ -63,10 +64,17 @@ python3Packages.buildPythonApplication rec { ]; }; postInstall = '' $out/bin/vectorcode --print-completion=bash >vectorcode.bash $out/bin/vectorcode --print-completion=zsh >vectorcode.zsh installShellCompletion vectorcode.{bash,zsh} ''; pythonImportsCheck = [ "vectorcode" ]; nativeCheckInputs = [ installShellFiles versionCheckHook ] ++ (with python3Packages; [ Loading Loading
pkgs/by-name/ve/vectorcode/package.nix +8 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, python3Packages, fetchFromGitHub, installShellFiles, versionCheckHook, lspSupport ? true, Loading Loading @@ -63,10 +64,17 @@ python3Packages.buildPythonApplication rec { ]; }; postInstall = '' $out/bin/vectorcode --print-completion=bash >vectorcode.bash $out/bin/vectorcode --print-completion=zsh >vectorcode.zsh installShellCompletion vectorcode.{bash,zsh} ''; pythonImportsCheck = [ "vectorcode" ]; nativeCheckInputs = [ installShellFiles versionCheckHook ] ++ (with python3Packages; [ Loading