Nix support improvements
Quick Start for BTC:
$ git clone https://github.com/mmgen/mmgen-wallet
$ cd mmgen-wallet
$ nix-shell --pure nix
Enable altcoins and additional packages:
$ mkdir -p ~/.mmgen
$ cp nix/user-packages.nix ~/.mmgen
# ... edit ~/.mmgen/user-packages.nix as required ...
$ nix-shell --pure nix
For NixOS installation and other information, see:
nix/README
This commit is contained in:
parent
783b05e373
commit
abbc9c843a
18 changed files with 199 additions and 130 deletions
|
|
@ -9,7 +9,7 @@ include mmgen/proto/eth/*/LICENSE
|
|||
include mmgen/data/*
|
||||
|
||||
include scripts/*
|
||||
include scripts/mmgen-wallet-nix/*
|
||||
include nix/*
|
||||
|
||||
include test/*.py
|
||||
include test/*/*.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue