rtx: Add updateScript

This commit is contained in:
Varun Madiath 2023-06-21 08:01:36 -04:00 committed by Varun Madiath
parent 4a729ce4b1
commit 5490a186b4

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)";