Nix: whitespace, comments
This commit is contained in:
parent
98c84a4a39
commit
b53cc67cf6
2 changed files with 9 additions and 9 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
## adapted from go-ethereum.nix in nixpkgs repository
|
# adapted from go-ethereum.nix in nixpkgs repository
|
||||||
|
|
||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ rec {
|
||||||
# python = pkgs.python312;
|
# python = pkgs.python312;
|
||||||
|
|
||||||
system-packages = with pkgs; {
|
system-packages = with pkgs; {
|
||||||
# monero-cli = monero-cli; # Monero daemon
|
# monero-cli = monero-cli; # Monero daemon
|
||||||
# # go-ethereum = go-ethereum; # Geth - latest version for transacting on mainnet
|
# # go-ethereum = go-ethereum; # Geth - latest version for transacting on mainnet
|
||||||
# go-ethereum = callPackage (bdir + /go-ethereum.nix) { # Geth - old version for test suite (ethdev)
|
# go-ethereum = callPackage (bdir + /go-ethereum.nix) { # Geth - old version for test suite (ethdev)
|
||||||
# buildGoModule = buildGo122Module;
|
# buildGoModule = buildGo122Module;
|
||||||
|
|
@ -35,15 +35,15 @@ rec {
|
||||||
# xclip = xclip;
|
# xclip = xclip;
|
||||||
|
|
||||||
### For test suite with --pure:
|
### For test suite with --pure:
|
||||||
# openssh = openssh; # XMR tests
|
# openssh = openssh;
|
||||||
};
|
};
|
||||||
|
|
||||||
python-packages = with python.pkgs; {
|
python-packages = with python.pkgs; {
|
||||||
# pycryptodome = pycryptodome; # altcoins
|
# pycryptodome = pycryptodome; # altcoins
|
||||||
# pysocks = pysocks; # XMR
|
# pysocks = pysocks; # XMR
|
||||||
# monero = monero; # XMR (test suite)
|
# monero = monero; # XMR (test suite)
|
||||||
# eth-keys = eth-keys; # ETH, ETC (test suite)
|
# eth-keys = eth-keys; # ETH, ETC (test suite)
|
||||||
# pure-protobuf = pure-protobuf; # THORChain
|
# pure-protobuf = pure-protobuf; # THORChain
|
||||||
# bip-utils = bip-utils; # bip_hd
|
# bip-utils = bip-utils; # bip_hd
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue