mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-18 22:51:21 +00:00
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:
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user