#1622·eza

bug: nix run github:eza-community/eza results in error: darwin.apple_sdk_11_0 has been removed as it was a legacy compatibility stub

Author: a-schulzCreated Sep 25, 2025Updated Aug 24, 2026
Labelstype: bugarea: nixos: macos

Just tried running the nix run github:eza-community/eza command from the readme. But it results in an error. Might not be very important but i thought better informing you.

bash
nix run github:eza-community/eza
error:
       … while calling the 'derivationStrict' builtin
         at <nix/derivation-internal.nix>:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating derivation 'eza-git'
         whose name attribute is located at /nix/store/xhwqa42sydi1x05mjy9ap69gy31qszci-source/pkgs/stdenv/generic/make-derivation.nix:539:13

       … while evaluating attribute '__impureHostDeps' of derivation 'eza-git'
         at /nix/store/xhwqa42sydi1x05mjy9ap69gy31qszci-source/pkgs/stdenv/generic/make-derivation.nix:689:15:
          688|               );
          689|               __impureHostDeps =
             |               ^
          690|                 computedImpureHostDeps

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: darwin.apple_sdk_11_0 has been removed as it was a legacy compatibility stub; see <https://nixos.org/manual/nixpkgs/stable/#sec-darwin-legacy-frameworks> for migration instructions

Shell terminal: ghostty Operating System: macOS Sequioa Version 15.5 (24F74) running nix-darwin