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:
I have highlighted my commands. So does anybody knowns how to handle this problems?
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
?
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.
Glad it worked!