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

nix shell failure #158

Open
zees-dev opened this issue Jan 22, 2025 · 1 comment
Open

nix shell failure #158

zees-dev opened this issue Jan 22, 2025 · 1 comment
Labels

Comments

@zees-dev
Copy link
Contributor

The quickstart (first step) for installing and running fuel seems to be failing:

> nix shell github:fuellabs/fuel.nix#fuel-testnet

error:
       … while evaluating the attribute 'packages'
         at /nix/store/kjnfmrjr6c7565k84yma9lp9cfahkhv1-source/flake.nix:269:7:
          268|     in rec {
          269|       packages = mkPackages pkgs;
             |       ^
          270|       devShells = mkDevShells pkgs packages;in the right operand of the update (//) operator
         at /nix/store/kjnfmrjr6c7565k84yma9lp9cfahkhv1-source/flake.nix:195:7:
          194|       packagesPublished
          195|       // packagesNightly
             |       ^
          196|       // packagesPublishedLatest

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

       error: stack overflow; max-call-depth exceeded
       at /nix/store/khbvilmsrv4l69nwd52h27j1mp44a0xi-source/lib/lists.nix:127:14:
          126|         then nul
          127|         else op (elemAt list n) (fold' (n + 1));
             |              ^
          128|     in fold' 0;
@zees-dev
Copy link
Contributor Author

zees-dev commented Jan 22, 2025

Ideally i'd expect CI to catch this sort of issue (if it's not local to my PC); a fix for this should also fix the CI so it does not happen again.

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

No branches or pull requests

1 participant