IntersectMBO / plutus-apps

The Plutus application platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`nix-shell` failing from commit `905ab07ca1515` (bump in node version)

waalge opened this issue · comments

Summary

nix-shell fails on commit 905ab07ca1515 and thereafter.

This is surely that same as cardano-foundation/cardano-wallet#3107.
However so far I've not made enough sense of the suggestions given.

Steps to reproduce the behavior

git checkout 905ab07ca
nix-shell 

Actual Result

building '/nix/store/83682lkyck8v1zykdpgs2q428p2yvnff-source.drv'...

trying https://api.github.com/repos/numtide/flake-utils/tarball/3cecb5b042f7f209c56ffd8371b2711a290ec797
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  7472    0  7472    0     0  18557      0 --:--:-- --:--:-- --:--:-- 18557
unpacking source archive /build/3cecb5b042f7f209c56ffd8371b2711a290ec797
do not know how to unpack source archive /build/3cecb5b042f7f209c56ffd8371b2711a290ec797
error: builder for '/nix/store/83682lkyck8v1zykdpgs2q428p2yvnff-source.drv' failed with exit code 1;
       last 8 log lines:
       >
       > trying https://api.github.com/repos/numtide/flake-utils/tarball/3cecb5b042f7f209c56ffd8371b2711a290ec797
       >   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
       >                                  Dload  Upload   Total   Spent    Left  Speed
       >   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
       > 100  7472    0  7472    0     0  18557      0 --:--:-- --:--:-- --:--:-- 18557
       > unpacking source archive /build/3cecb5b042f7f209c56ffd8371b2711a290ec797
       > do not know how to unpack source archive /build/3cecb5b042f7f209c56ffd8371b2711a290ec797
       For full logs, run 'nix log /nix/store/83682lkyck8v1zykdpgs2q428p2yvnff-source.drv'.
(use '--show-trace' to show detailed location information)

Expected Result

A nix shell

Describe the approach you would take to fix this

No response

System info

ubuntu 20.04
nix 2.7

Should be solved by #378

It seems it fixed it, main branch works fine at the moment. I had the same issue before.