/nixone

One-click setup of all things Nix for Juspay'ers

Primary LanguageShellApache License 2.0Apache-2.0

nixone

Status: Beta

One-click setup of all things Nix for Juspay'ers. We provide an one-line CLI that will install Nix, all the way to setting up home-manager (obviating homebrew) on your Juspay provided Macbook, as well as other Linux machines.

Getting Started

On a macOS machine that does not already have Nix installed run,

curl --proto '=https' --tlsv1.2 -sSf -L \
  https://juspay.github.io/nixone/setup | sh -s

Note

You may still run this command if you installed Nix already using Determinate Systes nix-installer. The script will then setup nix-dev-home for you (see below).

What it does