ttl: disable update check

The update-check of ttl is now a feature. To deselect this
we have to disable all default features.
This commit is contained in:
Tom Herbers
2026-07-14 21:59:45 +02:00
parent 5e80c33857
commit bc2f01b11a
+3
View File
@@ -27,6 +27,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
doInstallCheck = true;
# opt ouf of default features to deselect the update-check feature
buildNoDefaultFeatures = true;
postInstall = ''
installShellCompletion --cmd ttl \
--bash <($out/bin/ttl --completions bash) \