0 min
8

Setup nix

A note about setup nix

  • #workflow
  • #nix

Create nix folder

terminal
sumkdir -m 0755 /nixchown <USERNAME> /nixexit

Install nix

terminal
sh <(curl -L https://nixos.org/nix/install) --no-daemon

Chek nix version

terminal
nix --version

Turn on flakes

terminal
mkdir -p ~/.config/nixecho "experimental-features = nix-command flakes" >> ~/.config/nix/nix.conf

Check flakes

terminal
nix flake show nixpkgs

References

>Newsletter

Stay Updated

Get notified when I publish new articles, tutorials, and project updates. Subscribe for insights and actionable content.