Skip to content

Instantly share code, notes, and snippets.

@khssnv
Last active May 22, 2019 13:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save khssnv/05cdee4300c8ec646779034d5985de04 to your computer and use it in GitHub Desktop.
Save khssnv/05cdee4300c8ec646779034d5985de04 to your computer and use it in GitHub Desktop.
Use robonomics_comm nightly
  1. Download airapkgs
cd ~
git clone https://github.com/airalab/airapkgs.git airapkgs

or faster

cd ~
wget https://github.com/airalab/airapkgs/archive/nixos-unstable.zip
nix-shell -p unzip --run "unzip -d ~/airapkgs ~/nixos-unstable.zip"
  1. Enable nightly build for servies Open configuration
vim /etc/nixos/configuration.nix

and add

services.liability.package = pkgs.robonomics_comm-nightly;
services.erc20.package = pkgs.robonomics_comm-nightly;
  1. Switch configuration
nixos-rebuild switch -I nixpkgs=~/airapkgs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment