darwin.cctools-{apple,llvm}: add to darwin-aliases.nix
This commit is contained in:
parent
76e12091eb
commit
9641ac5251
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user