darwin.cctools-{apple,llvm}: add to darwin-aliases.nix

This commit is contained in:
Randy Eckenrode 2024-07-01 18:34:40 -04:00
parent 76e12091eb
commit 9641ac5251
No known key found for this signature in database
GPG Key ID: 64C1CD4EC2A600D9

View File

@ -51,6 +51,10 @@ mapAliases ({
builder = throw "'darwin.builder' has been changed and renamed to 'darwin.linux-builder'. The default ssh port is now 31022. Please update your configuration or override the port back to 22. See https://nixos.org/manual/nixpkgs/unstable/#sec-darwin-builder"; # added 2023-07-06
### C ###
cctools-apple = pkgs.cctools; # added 2024-07-01
cctools-llvm = pkgs.cctools; # added 2024-07-01
### I ###
insert_dylib = throw "'darwin.insert_dylib' has been renamed to 'insert-dylib'"; # added 2024-04-04