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