devenv: generate man pages and shell completions

This commit is contained in:
Sander
2024-12-23 10:29:39 +04:00
parent f0b2d8daea
commit 5de4a42fd3
+2
View File
@@ -3,6 +3,7 @@
stdenv,
fetchFromGitHub,
makeBinaryWrapper,
installShellFiles,
rustPlatform,
testers,
cachix,
@@ -56,6 +57,7 @@ rustPlatform.buildRustPackage {
'';
nativeBuildInputs = [
installShellFiles
makeBinaryWrapper
pkg-config
sqlx-cli