AUCOHL/DFFRAM

unknown compression method 'zstd'

Closed this issue · 6 comments

Hello, I'm installing DFFRAM using the nix docker. (https://nixos.org/download.html#nix-install-docker)
And I followed the steps in https://github.com/AUCOHL/DFFRAM/blob/main/docs/Usage.md.
But I met a problem when executing nix-shell, it reports unknown compression method 'zstd', shown as:
image
I have highlighted my commands. So does anybody knowns how to handle this problems?

Actually, I have installed the zstd
image

donn commented

Not really sure why this would happen. Are you sure you installed Nix using sh <(curl -L https://nixos.org/nix/install) --daemon --yes or did you apk add nix?

Not really sure why this would happen. Are you sure you installed Nix using sh <(curl -L https://nixos.org/nix/install) --daemon --yes or did you apk add nix?

No because I use the nix docker so I think it should have nix
image

donn commented

The Nix docker is not up-to-date. I'll kindly ask you to install Nix natively.

The Nix docker is not up-to-date. I'll kindly ask you to install Nix natively.

Well maybe you are right. After giving up on using Nixdocker, I reinstalled Nix and that resolved the issue. Anyway thank you very much~ Now you can close this issue.

donn commented

Glad it worked!