I installed nix 2.24.5 using the Determinate Installer on my system (Ubuntu 22.04-based distro).
I then followed these instructions of the flox documentation. I configured the substituters in the nix.conf
file and restarted the nix-daemon
. No error so far.
The next command (nix profile install --experimental-features "nix-command flakes" --accept-flake-config 'github:flox/flox'
) gave me the following error, though:
nix profile install --experimental-features “nix-command flakes” --accept-flake-config ‘github:flox/flox’
error:… while fetching the input 'github:flox/flox' error: unable to download 'https://api.github.com/repos/flox/flox/commits/HEAD': Problem with the SSL CA cert (path? access rights?) (77)
Reading this thread made me try to install and authenticate with the github-cli
but with no success.
Has anybody else met this issue?
Thanks for your help