Skip to content

Commit

Permalink
darwin.cctools-{apple,llvm}: add to darwin-aliases.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
reckenrode committed Jul 13, 2024
1 parent 33ebdb4 commit 0d290a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/top-level/darwin-aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d290a3

Please sign in to comment.