How to download and setup nix-portable
Open terminal and run command
git clone https://github.com/DavHau/nix-portable.git
git clone is used to create a copy or clone of nix-portable repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with nix-portable https://github.com/DavHau/nix-portable/archive/master.zip
Or simply clone nix-portable with SSH
[email protected]:DavHau/nix-portable.git