Setup nix
0:00-0:00
Create nix folder
terminal
su
mkdir -m 0755 /nix
chown <USERNAME> /nix
exitInstall nix
terminal
sh <(curl -L https://nixos.org/nix/install) --no-daemonChek nix version
terminal
nix --versionTurn on flakes
terminal
mkdir -p ~/.config/nix
echo "experimental-features = nix-command flakes" >> ~/.config/nix/nix.confCheck flakes
terminal
nix flake show nixpkgsReferences
Join Baiyuechu Newsletter!
Get notified when I publish new articles, tutorials, and project updates. Subscribe for insights and actionable content.