nix build fails with darwin.apple_sdk_11_0 has been removed as it was a legacy compatibility stub #6

Open
opened 2025-10-14 15:37:04 -06:00 by navan · 0 comments
Owner

Originally created by @timka on 10/12/2025

Fails to build on Mac OS 12.7.6 (21H1320):

❯ nix --version
nix (Determinate Nix 3.11.2) 2.31.1
❯ nix build "github:ulyssa/iamb" --show-trace  --verbose
Trace
error:
       … while calling the 'derivationStrict' builtin
         at <nix/derivation-internal.nix>:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating derivation 'iamb-55456db'
         whose name attribute is located at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/pkgs/stdenv/generic/make-derivation.nix:538:13

       … while evaluating attribute '__impureHostDeps' of derivation 'iamb-55456db'
         at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/pkgs/stdenv/generic/make-derivation.nix:688:15:
          687|               );
          688|               __impureHostDeps =
             |               ^
          689|                 computedImpureHostDeps

       … while calling the 'foldl'' builtin
         at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/pkgs/stdenv/generic/make-derivation.nix:658:40:
          657|
          658|               computedImpureHostDeps = unique (
             |                                        ^
          659|                 concatMap (input: input.__propagatedImpureHostDeps or [ ]) (

       … while calling the 'concatMap' builtin
         at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/pkgs/stdenv/generic/make-derivation.nix:659:17:
          658|               computedImpureHostDeps = unique (
          659|                 concatMap (input: input.__propagatedImpureHostDeps or [ ]) (
             |                 ^
          660|                   extraNativeBuildInputs ++ extraBuildInputs ++ allDependencies

       … while calling anonymous lambda
         at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/pkgs/stdenv/generic/make-derivation.nix:659:28:
          658|               computedImpureHostDeps = unique (
          659|                 concatMap (input: input.__propagatedImpureHostDeps or [ ]) (
             |                            ^
          660|                   extraNativeBuildInputs ++ extraBuildInputs ++ allDependencies

       … from call site
         at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/pkgs/stdenv/generic/make-derivation.nix:659:35:
          658|               computedImpureHostDeps = unique (
          659|                 concatMap (input: input.__propagatedImpureHostDeps or [ ]) (
             |                                   ^
          660|                   extraNativeBuildInputs ++ extraBuildInputs ++ allDependencies

       … while calling anonymous lambda
         at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/pkgs/stdenv/generic/make-derivation.nix:500:19:
          499|             (map (drv: getDev drv.__spliced.hostHost or drv) (checkDependencyList "depsHostHost" depsHostHost))
          500|             (map (drv: getDev drv.__spliced.hostTarget or drv) (checkDependencyList "buildInputs" buildInputs'))
             |                   ^
          501|           ]

       … from call site
         at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/pkgs/stdenv/generic/make-derivation.nix:500:24:
          499|             (map (drv: getDev drv.__spliced.hostHost or drv) (checkDependencyList "depsHostHost" depsHostHost))
          500|             (map (drv: getDev drv.__spliced.hostTarget or drv) (checkDependencyList "buildInputs" buildInputs'))
             |                        ^
          501|           ]

       … while calling 'getOutput'
         at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/lib/attrsets.nix:1755:13:
         1754|   getOutput =
         1755|     output: pkg:
             |             ^
         1756|     if !pkg ? outputSpecified || !pkg.outputSpecified then pkg.${output} or pkg.out or pkg else pkg;

       … while evaluating a branch condition
         at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/lib/attrsets.nix:1756:5:
         1755|     output: pkg:
         1756|     if !pkg ? outputSpecified || !pkg.outputSpecified then pkg.${output} or pkg.out or pkg else pkg;
             |     ^
         1757|

       … in the left operand of the OR (||) operator
         at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/lib/attrsets.nix:1756:31:
         1755|     output: pkg:
         1756|     if !pkg ? outputSpecified || !pkg.outputSpecified then pkg.${output} or pkg.out or pkg else pkg;
             |                               ^
         1757|

       … in the argument of the not operator
         at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/lib/attrsets.nix:1756:9:
         1755|     output: pkg:
         1756|     if !pkg ? outputSpecified || !pkg.outputSpecified then pkg.${output} or pkg.out or pkg else pkg;
             |         ^
         1757|

       … from call site
         at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/pkgs/stdenv/generic/make-derivation.nix:500:31:
          499|             (map (drv: getDev drv.__spliced.hostHost or drv) (checkDependencyList "depsHostHost" depsHostHost))
          500|             (map (drv: getDev drv.__spliced.hostTarget or drv) (checkDependencyList "buildInputs" buildInputs'))
             |                               ^
          501|           ]

       … while calling anonymous lambda
         at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/lib/lists.nix:345:29:
          344|   */
          345|   imap1 = f: list: genList (n: f (n + 1) (elemAt list n)) (length list);
             |                             ^
          346|

       … from call site
         at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/lib/lists.nix:345:32:
          344|   */
          345|   imap1 = f: list: genList (n: f (n + 1) (elemAt list n)) (length list);
             |                                ^
          346|

       … while calling anonymous lambda
         at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/pkgs/stdenv/generic/make-derivation.nix:448:18:
          447|         imap1 (
          448|           index: dep:
             |                  ^
          449|           if dep == null || isDerivation dep || builtins.isString dep || builtins.isPath dep then

       … while evaluating a branch condition
         at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/pkgs/stdenv/generic/make-derivation.nix:449:11:
          448|           index: dep:
          449|           if dep == null || isDerivation dep || builtins.isString dep || builtins.isPath dep then
             |           ^
          450|             dep

       … in the left operand of the OR (||) operator
         at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/pkgs/stdenv/generic/make-derivation.nix:449:71:
          448|           index: dep:
          449|           if dep == null || isDerivation dep || builtins.isString dep || builtins.isPath dep then
             |                                                                       ^
          450|             dep

       … in the left operand of the OR (||) operator
         at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/pkgs/stdenv/generic/make-derivation.nix:449:46:
          448|           index: dep:
          449|           if dep == null || isDerivation dep || builtins.isString dep || builtins.isPath dep then
             |                                              ^
          450|             dep

       … in the left operand of the OR (||) operator
         at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/pkgs/stdenv/generic/make-derivation.nix:449:26:
          448|           index: dep:
          449|           if dep == null || isDerivation dep || builtins.isString dep || builtins.isPath dep then
             |                          ^
          450|             dep

       … while calling the 'elemAt' builtin
         at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/lib/lists.nix:345:43:
          344|   */
          345|   imap1 = f: list: genList (n: f (n + 1) (elemAt list n)) (length list);
             |                                           ^
          346|

       … while evaluating the attribute 'apple_sdk.frameworks'
         at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/pkgs/top-level/darwin-aliases.nix:61:13:
           60|   stubs = {
           61|     inherit apple_sdk apple_sdk_11_0 apple_sdk_12_3;
             |             ^
           62|   }

       … from call site
         at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/pkgs/top-level/darwin-aliases.nix:54:20:
           53|
           54|   apple_sdk_11_0 = mkThrow "apple_sdk_11_0";
             |                    ^
           55|

       … while calling 'mkThrow'
         at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/pkgs/top-level/darwin-aliases.nix:51:5:
           50|   mkThrow =
           51|     name:
             |     ^
           52|     throw "darwin.${name} has been removed as it was a legacy compatibility stub; see <https://nixos.org/manual/nixpkgs/stable/#sec-darwin-legacy-frameworks> for migration instructions";

       … while calling the 'throw' builtin
         at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/pkgs/top-level/darwin-aliases.nix:52:5:
           51|     name:
           52|     throw "darwin.${name} has been removed as it was a legacy compatibility stub; see <https://nixos.org/manual/nixpkgs/stable/#sec-darwin-legacy-frameworks> for migration instructions";
             |     ^
           53|

       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
*Originally created by @timka on 10/12/2025* Fails to build on Mac OS 12.7.6 (21H1320): ```bash ❯ nix --version nix (Determinate Nix 3.11.2) 2.31.1 ❯ nix build "github:ulyssa/iamb" --show-trace --verbose ``` <details> <summary>Trace</summary> ``` error: … while calling the 'derivationStrict' builtin at <nix/derivation-internal.nix>:37:12: 36| 37| strict = derivationStrict drvAttrs; | ^ 38| … while evaluating derivation 'iamb-55456db' whose name attribute is located at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/pkgs/stdenv/generic/make-derivation.nix:538:13 … while evaluating attribute '__impureHostDeps' of derivation 'iamb-55456db' at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/pkgs/stdenv/generic/make-derivation.nix:688:15: 687| ); 688| __impureHostDeps = | ^ 689| computedImpureHostDeps … while calling the 'foldl'' builtin at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/pkgs/stdenv/generic/make-derivation.nix:658:40: 657| 658| computedImpureHostDeps = unique ( | ^ 659| concatMap (input: input.__propagatedImpureHostDeps or [ ]) ( … while calling the 'concatMap' builtin at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/pkgs/stdenv/generic/make-derivation.nix:659:17: 658| computedImpureHostDeps = unique ( 659| concatMap (input: input.__propagatedImpureHostDeps or [ ]) ( | ^ 660| extraNativeBuildInputs ++ extraBuildInputs ++ allDependencies … while calling anonymous lambda at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/pkgs/stdenv/generic/make-derivation.nix:659:28: 658| computedImpureHostDeps = unique ( 659| concatMap (input: input.__propagatedImpureHostDeps or [ ]) ( | ^ 660| extraNativeBuildInputs ++ extraBuildInputs ++ allDependencies … from call site at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/pkgs/stdenv/generic/make-derivation.nix:659:35: 658| computedImpureHostDeps = unique ( 659| concatMap (input: input.__propagatedImpureHostDeps or [ ]) ( | ^ 660| extraNativeBuildInputs ++ extraBuildInputs ++ allDependencies … while calling anonymous lambda at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/pkgs/stdenv/generic/make-derivation.nix:500:19: 499| (map (drv: getDev drv.__spliced.hostHost or drv) (checkDependencyList "depsHostHost" depsHostHost)) 500| (map (drv: getDev drv.__spliced.hostTarget or drv) (checkDependencyList "buildInputs" buildInputs')) | ^ 501| ] … from call site at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/pkgs/stdenv/generic/make-derivation.nix:500:24: 499| (map (drv: getDev drv.__spliced.hostHost or drv) (checkDependencyList "depsHostHost" depsHostHost)) 500| (map (drv: getDev drv.__spliced.hostTarget or drv) (checkDependencyList "buildInputs" buildInputs')) | ^ 501| ] … while calling 'getOutput' at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/lib/attrsets.nix:1755:13: 1754| getOutput = 1755| output: pkg: | ^ 1756| if !pkg ? outputSpecified || !pkg.outputSpecified then pkg.${output} or pkg.out or pkg else pkg; … while evaluating a branch condition at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/lib/attrsets.nix:1756:5: 1755| output: pkg: 1756| if !pkg ? outputSpecified || !pkg.outputSpecified then pkg.${output} or pkg.out or pkg else pkg; | ^ 1757| … in the left operand of the OR (||) operator at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/lib/attrsets.nix:1756:31: 1755| output: pkg: 1756| if !pkg ? outputSpecified || !pkg.outputSpecified then pkg.${output} or pkg.out or pkg else pkg; | ^ 1757| … in the argument of the not operator at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/lib/attrsets.nix:1756:9: 1755| output: pkg: 1756| if !pkg ? outputSpecified || !pkg.outputSpecified then pkg.${output} or pkg.out or pkg else pkg; | ^ 1757| … from call site at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/pkgs/stdenv/generic/make-derivation.nix:500:31: 499| (map (drv: getDev drv.__spliced.hostHost or drv) (checkDependencyList "depsHostHost" depsHostHost)) 500| (map (drv: getDev drv.__spliced.hostTarget or drv) (checkDependencyList "buildInputs" buildInputs')) | ^ 501| ] … while calling anonymous lambda at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/lib/lists.nix:345:29: 344| */ 345| imap1 = f: list: genList (n: f (n + 1) (elemAt list n)) (length list); | ^ 346| … from call site at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/lib/lists.nix:345:32: 344| */ 345| imap1 = f: list: genList (n: f (n + 1) (elemAt list n)) (length list); | ^ 346| … while calling anonymous lambda at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/pkgs/stdenv/generic/make-derivation.nix:448:18: 447| imap1 ( 448| index: dep: | ^ 449| if dep == null || isDerivation dep || builtins.isString dep || builtins.isPath dep then … while evaluating a branch condition at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/pkgs/stdenv/generic/make-derivation.nix:449:11: 448| index: dep: 449| if dep == null || isDerivation dep || builtins.isString dep || builtins.isPath dep then | ^ 450| dep … in the left operand of the OR (||) operator at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/pkgs/stdenv/generic/make-derivation.nix:449:71: 448| index: dep: 449| if dep == null || isDerivation dep || builtins.isString dep || builtins.isPath dep then | ^ 450| dep … in the left operand of the OR (||) operator at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/pkgs/stdenv/generic/make-derivation.nix:449:46: 448| index: dep: 449| if dep == null || isDerivation dep || builtins.isString dep || builtins.isPath dep then | ^ 450| dep … in the left operand of the OR (||) operator at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/pkgs/stdenv/generic/make-derivation.nix:449:26: 448| index: dep: 449| if dep == null || isDerivation dep || builtins.isString dep || builtins.isPath dep then | ^ 450| dep … while calling the 'elemAt' builtin at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/lib/lists.nix:345:43: 344| */ 345| imap1 = f: list: genList (n: f (n + 1) (elemAt list n)) (length list); | ^ 346| … while evaluating the attribute 'apple_sdk.frameworks' at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/pkgs/top-level/darwin-aliases.nix:61:13: 60| stubs = { 61| inherit apple_sdk apple_sdk_11_0 apple_sdk_12_3; | ^ 62| } … from call site at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/pkgs/top-level/darwin-aliases.nix:54:20: 53| 54| apple_sdk_11_0 = mkThrow "apple_sdk_11_0"; | ^ 55| … while calling 'mkThrow' at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/pkgs/top-level/darwin-aliases.nix:51:5: 50| mkThrow = 51| name: | ^ 52| throw "darwin.${name} has been removed as it was a legacy compatibility stub; see <https://nixos.org/manual/nixpkgs/stable/#sec-darwin-legacy-frameworks> for migration instructions"; … while calling the 'throw' builtin at «github:nixos/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa?narHash=sha256-tlOn88coG5fzdyqz6R93SQL5Gpq%2Bm/DsWpekNFhqPQk%3D»/pkgs/top-level/darwin-aliases.nix:52:5: 51| name: 52| throw "darwin.${name} has been removed as it was a legacy compatibility stub; see <https://nixos.org/manual/nixpkgs/stable/#sec-darwin-legacy-frameworks> for migration instructions"; | ^ 53| 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 ``` </details>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github/iamb#6
No description provided.