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.
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).
- Install Nix
- Run
om health
- Setup home-manager via
nix-dev-home
- Resulting config will be accessible at
~/.config/home-manager
. You can modify this later.
- Resulting config will be accessible at