xcode-install: remove rec

+2 -2
+2 -2
pkgs/by-name/xc/xcode-install/package.nix
··· 4 bundlerUpdateScript, 5 }: 6 7 - bundlerApp rec { 8 pname = "xcode-install"; 9 gemdir = ./.; 10 exes = [ "xcversion" ]; 11 12 - passthru.updateScript = bundlerUpdateScript pname; 13 14 meta = with lib; { 15 description = "Install and update your Xcodes automatically";
··· 4 bundlerUpdateScript, 5 }: 6 7 + bundlerApp { 8 pname = "xcode-install"; 9 gemdir = ./.; 10 exes = [ "xcversion" ]; 11 12 + passthru.updateScript = bundlerUpdateScript "xcode-install"; 13 14 meta = with lib; { 15 description = "Install and update your Xcodes automatically";