Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eval error after recent nixpkgs update #484

Closed
wentasah opened this issue Sep 19, 2024 · 0 comments · Fixed by #485
Closed

Eval error after recent nixpkgs update #484

wentasah opened this issue Sep 19, 2024 · 0 comments · Fixed by #485

Comments

@wentasah
Copy link
Contributor

wentasah commented Sep 19, 2024

When running nix flake show after commit b6676bf ("flake.lock: Update", 2024-09-18), I get the following error:

├───legacyPackages
error:
       … while evaluating the attribute 'legacyPackages'
         at /nix/store/yv34ppyz56cwp1hh312vmnsbnqinwh2k-source/flake.nix:18:7:
           17|     in {
           18|       legacyPackages = pkgs.rosPackages;
             |       ^
           19|

       … while evaluating a branch condition
         at /nix/store/l3amk5lsakpc93him5kry24kax23sn4h-source/pkgs/stdenv/booter.nix:99:7:
           98|     thisStage =
           99|       if args.__raw or false
             |       ^
          100|       then args'

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

       error: opening file '/nix/store/l3amk5lsakpc93him5kry24kax23sn4h-source/pkgs/os-specific/darwin/apple-source-releases/xnu/headers-10.12-arm64.txt': No such file or directory

Likely caused by NixOS/nixpkgs#324155.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant