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,
}:
bundlerApp rec {
bundlerApp {
pname = "xcode-install";
gemdir = ./.;
exes = [ "xcversion" ];
passthru.updateScript = bundlerUpdateScript pname;
passthru.updateScript = bundlerUpdateScript "xcode-install";
meta = with lib; {
description = "Install and update your Xcodes automatically";