rtx: Add updateScript

This commit is contained in:
Varun Madiath
2023-07-12 09:58:06 -04:00
committed by Varun Madiath
parent 4a729ce4b1
commit 5490a186b4
+5
View File
@@ -1,4 +1,5 @@
{ lib
, nix-update-script
, rustPlatform
, fetchFromGitHub
, installShellFiles
@@ -53,6 +54,10 @@ rustPlatform.buildRustPackage rec {
--zsh ./completions/_rtx
'';
passthru = {
updateScript = nix-update-script { };
};
meta = {
homepage = "https://github.com/jdxcode/rtx";
description = "Polyglot runtime manager (asdf rust clone)";