cli-tips: fix update script (#366603)

This commit is contained in:
Sandro
2024-12-23 03:54:33 +01:00
committed by GitHub
+3 -2
View File
@@ -2,7 +2,6 @@
lib,
stdenvNoCC,
fetchFromGitHub,
bash,
makeWrapper,
nix-update-script,
}:
@@ -37,7 +36,9 @@ stdenvNoCC.mkDerivation {
--set TIPS_FOLDER "$out/share/translations"
'';
passthru.updateScript = nix-update-script { };
passthru.updateScript = nix-update-script {
extraArgs = [ "--version=branch" ];
};
meta = {
description = "CLI tool that provides useful tips and commands for Linux users";