Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

rbspy: add an update script

+3
+3
pkgs/development/tools/rbspy/default.nix
··· 4 4 , fetchFromGitHub 5 5 , ruby 6 6 , which 7 + , nix-update-script 7 8 }: 8 9 9 10 rustPlatform.buildRustPackage rec { ··· 45 46 46 47 nativeBuildInputs = [ ruby which ] 47 48 ++ lib.optional stdenv.isDarwin rustPlatform.bindgenHook; 49 + 50 + passthru.updateScript = nix-update-script { }; 48 51 49 52 meta = with lib; { 50 53 homepage = "https://rbspy.github.io/";