nix-installer icon indicating copy to clipboard operation
nix-installer copied to clipboard

Not working on Debian Testing after reboot

Open LisPavel opened this issue 1 year ago • 1 comments
trafficstars

Do fresh install debian testing with luks encryption and btrfs as filesystem, then install nix with nix-installer and everything works. After reboot try run program without installation

$ nix run "nixpkgs#neofetch"

Got this error

error: cannot connect to socket at '/nix/var/nix/daemon-socket/socket': Connection refused

LisPavel avatar Dec 24 '23 12:12 LisPavel

Was the Nix daemon started? sudo systemctl status nix-daemon?

Hoverbear avatar Jan 03 '24 18:01 Hoverbear