xcode-install: remove rec

This commit is contained in:
Guy Chronister 2025-05-28 18:02:45 +00:00
parent 911d34e8d1
commit 122b299106

View file

@ -4,12 +4,12 @@
bundlerUpdateScript, bundlerUpdateScript,
}: }:
bundlerApp rec { bundlerApp {
pname = "xcode-install"; pname = "xcode-install";
gemdir = ./.; gemdir = ./.;
exes = [ "xcversion" ]; exes = [ "xcversion" ];
passthru.updateScript = bundlerUpdateScript pname; passthru.updateScript = bundlerUpdateScript "xcode-install";
meta = with lib; { meta = with lib; {
description = "Install and update your Xcodes automatically"; description = "Install and update your Xcodes automatically";