mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +00:00
rtx: Add updateScript
This commit is contained in:
parent
4a729ce4b1
commit
5490a186b4
@ -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)";
|
||||
|
Loading…
Reference in New Issue
Block a user