cli-tips: fix update script

This commit is contained in:
PerchunPak
2024-12-20 09:22:27 +01:00
parent d2df4cc9bf
commit 8d9c885a45
+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";