参考 http://yi-programmer.com/2018-05-30_run-ada-wallet.html
adduser admin #创建非root用户 提示输入密码
su admin #切换admin用户
curl https://nixos.org/nix/install | sh #下载安装nix
source $HOME/.nix-profile/etc/profile.d/nix.sh #将nix添加到环境变量 比参考资料中多的一步 ##重要##
sudo mkdir -p /etc/nix
sudo vi /etc/nix/nix.conf
#在nix.conf 文件中添加以下#号中内容内容:
#################################################################################
binary-caches = https://cache.nixos.org https://hydra.iohk.io
binary-cache-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=
###############################################################################
git clone https://github.com/input-output-hk/cardano-sl.git #下载源代码
cd cardano-sl
git checkout -b release/1.2.0 origin/release/1.2.0
nohup nix-env -A cardano-sl-wallet-new --install --file . & #编译 查看nohup.out日