diff --git a/nix/go-ethereum.nix b/nix/go-ethereum.nix index 95cdb236..87f10a94 100644 --- a/nix/go-ethereum.nix +++ b/nix/go-ethereum.nix @@ -1,4 +1,4 @@ -## adapted from go-ethereum.nix in nixpkgs repository +# adapted from go-ethereum.nix in nixpkgs repository { pkgs, diff --git a/nix/user-packages.nix b/nix/user-packages.nix index 91f5bb31..0055ccb8 100644 --- a/nix/user-packages.nix +++ b/nix/user-packages.nix @@ -15,7 +15,7 @@ rec { # python = pkgs.python312; 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 = callPackage (bdir + /go-ethereum.nix) { # Geth - old version for test suite (ethdev) # buildGoModule = buildGo122Module; @@ -35,15 +35,15 @@ rec { # xclip = xclip; ### For test suite with --pure: - # openssh = openssh; # XMR tests + # openssh = openssh; }; python-packages = with python.pkgs; { - # pycryptodome = pycryptodome; # altcoins - # pysocks = pysocks; # XMR - # monero = monero; # XMR (test suite) - # eth-keys = eth-keys; # ETH, ETC (test suite) - # pure-protobuf = pure-protobuf; # THORChain - # bip-utils = bip-utils; # bip_hd + # pycryptodome = pycryptodome; # altcoins + # pysocks = pysocks; # XMR + # monero = monero; # XMR (test suite) + # eth-keys = eth-keys; # ETH, ETC (test suite) + # pure-protobuf = pure-protobuf; # THORChain + # bip-utils = bip-utils; # bip_hd }; }