Open
Description
I've installed Nix on Arch Linux, then followed the haskell.nix guide.
Unfortunately, when running nix run .
or nix develop
, I'm flooded with errors like warning: ignoring substitute for '/nix/store/3j18grljsyy4nxc078g00sy4cx6cf16g-bash-5.1-p16' from 'https://cache.iog.io', as it's not signed by any of the keys in 'trusted-public-keys'
, for various packages, which then get built from scratch even though they should be downloaded from the cache.