input-output-hk / plutus-pioneer-program

This repository hosts the lectures of the Plutus Pioneers Program. This program is a training course that the IOG Education Team provides to recruit and train software developers in Plutus, the native smart contract language for the Cardano ecosystem.
1.39k stars 987 forks source link

Error running nix-shell #68

Closed elmerihyvonen closed 2 years ago

elmerihyvonen commented 2 years ago

I have followed the instructions from here: https://docs.plutus-community.com/docs/setup/MacOS.html

I have completed steps 1-9, but when I try to run: nix-build -A plutus-playground.client or nix-build -A plutus-playground.server I receive these errors: zsh: segmentation fault nix-build -A plutus-playground.client zsh: segmentation fault nix-build -A plutus-playground.server

Also when I try to start nix-shell everything froze here:

~ nix-shell trace: To materialize project.plan-nix for Agda entirely, pass a writable path as the materialized argument and run the 'updateMaterialized' script in 'passthru'. waiting for lock on '/nix/store/hcjpdhyjhkhz6albg40rqhj7m1dpnmf3-hnix-lib-hnix-0.13.1'...

bolshoytoster commented 2 years ago

Could you run nix-build -vvvA plutus-playground.client and paste the whole output here in backticks i.e. ``` [paste here] ```

This could be related to https://github.com/NixOS/nix/issues/3331

luisantonioig commented 2 years ago

I think that tutorial is outdated, if you already have nix installed, could you please follow instructions in the second page of this document?