| Commit message (Expand) | Author | Age | Files | Lines |
| * | openwith: move to by-name, use darwinArch | zowoq | 2025-11-28 | 1 | -0/+1 |
| * | darwin.{ditto,sudo}: drop•••These were added in <https://github.com/NixOS/nixpkgs/pull/109626> in
2021, and used to provide the definition of `sudo`. That was reverted
shortly after, in <https://github.com/NixOS/nixpkgs/pull/112006>.
While embedding these paths in the output of a derivation is
potentially legitimate, using them as build inputs to other
derivations is not so much; they won’t work in the sandbox, and
using `sudo(8)` in a build especially doesn’t seem like a great
idea. Using `/usr/bin/ditto` directly along with `sandboxProfile` or
`__impureHostDeps` is a better mechanism than a wrapper package if
a build really needs `ditto(1)`.
| Emily | 2025-10-18 | 1 | -0/+2 |
| * | treewide: remove redundant parentheses•••Auto-fixed by nixf-diagnose.
| Wolfgang Walther | 2025-10-05 | 1 | -2/+2 |
| * | treewide: remove unused with•••Auto-fixed by nixf-diagnose.
| Wolfgang Walther | 2025-10-05 | 1 | -2/+0 |
| * | {darwin.*,overrideSDK}: convert compatibility stubs to throws | Emily | 2025-08-16 | 1 | -19/+10 |
| * | treewide: run nixfmt 1.0.0 | Wolfgang Walther | 2025-07-24 | 1 | -39/+38 |
| * | darwin: lib.warn -> lib.warnOnInstantiate | ash | 2025-05-17 | 1 | -3/+4 |
| * | darwin: reduce `nix search` warning spam | ash | 2025-05-17 | 1 | -12/+3 |
| * | darwin: move deprecated packages to aliases | Emily | 2025-04-23 | 1 | -3/+74 |
| * | darwin.{checkReexportsHook,print-reexports,rewrite-tbd}: drop•••Eternal shoutouts to thefloweringash, saviour of Darwin 💜
| Emily | 2025-04-20 | 1 | -0/+5 |
| * | darwin.swift-corelibs-foundation: drop•••Broken since at least 24.11, stuck on a version from 2018, and no
longer relevant with the new SDK pattern. A newer version is packaged
separately for the Swift compiler, so maybe it could be revived there
if people clamour for a source‐built CoreFoundation in the future.
| Emily | 2025-04-20 | 1 | -0/+1 |
| * | darwin.stubs.*: drop•••These are no longer used, and it doesn’t seem worth keeping inert
stubs for deprecated commands around.
| Emily | 2025-04-20 | 1 | -0/+4 |
| * | Merge master into staging-next | nixpkgs-ci[bot] | 2025-03-06 | 1 | -0/+2 |
| |\ |
|
| | * | darwin.cf-private: remove alias | Felix Buehler | 2025-03-04 | 1 | -0/+2 |
| * | | darwin.postLinkSignHook: drop and add to darwin-aliases.nix•••The ld64 in the updated bootstrap tools is capable of code-signing, so
this hook is no longer needed.
| Randy Eckenrode | 2025-02-24 | 1 | -0/+3 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/master' into staging-next | K900 | 2024-12-08 | 1 | -0/+1 |
| |\ |
|
| | * | iproute2mac: rename from darwin.iproute2mac | Aaron Jheng | 2024-12-08 | 1 | -0/+1 |
| * | | Merge remote-tracking branch 'origin/staging-next' into staging | K900 | 2024-12-02 | 1 | -0/+1 |
| |\| |
|
| | * | ios-deploy: rename from darwin.ios-deploy | Weijia Wang | 2024-11-28 | 1 | -0/+1 |
| * | | Merge staging-next into staging | github-actions[bot] | 2024-11-28 | 1 | -0/+4 |
| |\| |
|
| | * | discrete-scroll: rename from darwin.discrete-scroll | Weijia Wang | 2024-11-27 | 1 | -0/+4 |
| * | | darwin.apple_sdk_10_12: drop | Emily | 2024-11-18 | 1 | -0/+4 |
| |/ |
|
| * | moltenvk: update for the new xcbuild, the new SDK, and the new version plus c... | Emily | 2024-10-11 | 1 | -0/+4 |
| |\ |
|
| | * | darwin.moltenvk: add to darwin-aliases.nix | Randy Eckenrode | 2024-10-10 | 1 | -0/+4 |
| * | | darwin.bsdmake: add to darwin-aliases.nix•••Use portable bmake instead of Apple’s port of BSD Make.
| Randy Eckenrode | 2024-10-10 | 1 | -1/+3 |
| |/ |
|
| * | darwin.cctools: add to darwin-aliases.nix | Randy Eckenrode | 2024-07-17 | 1 | -0/+2 |
| * | darwin.cctools-{apple,llvm}: add to darwin-aliases.nix | Randy Eckenrode | 2024-07-13 | 1 | -0/+4 |
| * | libauto: remove | Sigmanificient | 2024-05-30 | 1 | -0/+1 |
| * | opencflite: add alias in darwin-aliases.nix | Weijia Wang | 2024-05-14 | 1 | -2/+6 |
| * | darwin.libiconv: remove and add to darwin-aliases | Randy Eckenrode | 2024-04-27 | 1 | -0/+4 |
| * | insert-dylib: rename from darwin.insert_dylib | Weijia Wang | 2024-04-04 | 1 | -0/+4 |
| * | darwin.builder: move to darwin-aliases | Randy Eckenrode | 2024-03-26 | 1 | -0/+3 |
| * | darwin: add darwin-aliases.nix | Randy Eckenrode | 2024-03-26 | 1 | -0/+50 |