Skip to content

Installing Nix

This guide will walk you through the process of installing the Nix package manager and setting up Nix Flakes, which are prerequisites for installing and using Moonbeam.

Follow these steps to install the Nix package manager:

  1. Switch to desktop mode.

  2. Open a terminal.

  3. Run the following command to install Nix:

    Installing Nix...
    curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install steam-deck
  4. Follow the on-screen prompts to complete the installation.

Congratulations! You have successfully installed Nix and set up Flakes. You’re now ready to proceed with installing Moonbeam.