Commit Graph
64 Commits
Author SHA1 Message Date
Jonas Nick 46aa88c71c Merge branch 'update-liquid-2' 2019-08-06 09:32:37 +00:00
Jonas Nick 68d25f0c9f Merge remote-tracking branch 'upstream-pull/101/head' 2019-08-05 07:50:58 +00:00
Jonas Nick 5edf0d7240 Replace liquidd with elementsd package 2019-08-03 14:26:31 +00:00
Jonas Nick 77e3a30a4b update nixpkgs 2019-07-29 20:09:01 +00:00
nixbitcoin 8cf54d4b13 Update electrs to v0.7.1 2019-07-28 18:48:15 +02:00
Jonas Nick 5a6242c1f3 fixup! Remove doCheck from pylightning package 2019-07-26 14:04:48 +00:00
William Casarin 22fcd47fe5 fixup! Add pylightning package 2019-07-25 13:33:28 +00:00
Jonas Nick 5d8951bdb9 Add pylightning package 2019-07-16 21:19:48 +00:00
Jonas Nick 90e2420efc Update nixpkgs. Includes clightning 0.7.1 2019-07-14 22:35:43 +00:00
William Casarin 0f23ae522f hwi: 1.0.0 -> 1.0.1
Signed-off-by: William Casarin <jb55@jb55.com>
2019-06-25 11:02:46 -07:00
Jonas Nick 8363118828 Merge branch 'update-nixpkgs4' 2019-06-21 09:46:51 +00:00
Jonas Nick b4e635c0d2 Re-run spark-wallet generate.sh to pin newer packages 2019-06-21 09:22:32 +00:00
Jonas Nick f3f2fb6f47 Update nixpkgs. Includes Linux SACK CVE fixes 2019-06-20 20:20:40 +00:00
Jonas Nick 5a0e58b9d0 Update spark-wallet package to 0.2.8 2019-06-11 21:59:40 +00:00
Jonas Nick d9eefab336 Merge remote-tracking branch 'upstream-pull/72/head' 2019-06-10 19:55:25 +00:00
nixbitcoin 3227a0151f Add script to generate electrs expressions with crate2nix 2019-05-30 14:34:56 +02:00
Jonas Nick 4628a3c885 Update pinned nixpkgs 2019-05-27 21:28:29 +00:00
nixbitcoin 8c93d6a9a8 Update electrs to version 0.6.2 with pinned dependencies 2019-05-24 19:25:11 +02:00
Jonas Nick c6667c346a Merge branch 'update-nixpkgs2' 2019-05-13 15:53:27 +00:00
Jonas Nick 62b11edbb0 Update nixpkgs and switch from nixpkgs-unstable to nixos-unstable. Notable change: includes bitcoind version bump to 0.18 2019-05-06 22:26:16 +00:00
Jonas Nick c2f8bf8067 Add support for ledger and trezor with bitcoin-core/HWI 2019-05-05 20:49:31 +00:00
Jonas Nick 25f30addce Update to NixOs 19.03 2019-04-24 13:39:46 +00:00
nixbitcoin 0db7a251fd Update gmaxwell banlist 2019-04-11 23:38:47 +02:00
Jonas Nick f0b78ee411 Update nixpkgs 2019-04-08 13:47:52 +00:00
Jonas Nick c440dfba9f Merge branch 'electrum-server' of https://github.com/nixbitcoin/nix-bitcoin into nixbitcoin-electrum-server 2019-04-02 15:35:09 +00:00
Jonas Nick aba1b7dfc2 Give operator access to onion hostnames through new onion-manager module 2019-04-02 15:02:31 +00:00
nixbitcoin 4000829002 Use rust stable 1.31 instead of rust nightly for electrs, update electrs, specify electrum-rpc 2019-04-01 17:43:07 +02:00
Clemens Fruhwirth 95b42b62a8 Give pkgs their own directory and convert everything to callPackage. 2019-03-29 11:12:05 +01:00
Jonas Nick 1bc678b6d6 Merge branch 'master' into faster-banlist-abort 2019-03-28 12:51:09 +00:00
Jonas Nick e2f3f38876 Import bitcoind banlist in separate service 2019-03-27 10:46:36 +00:00
Clemens Fruhwirth a0b4d5b932 node2nix packages: Regenerate node2nix output. 2019-03-26 14:31:07 +01:00
Clemens Fruhwirth ed0903b9cc node2nix packages: Style-fix 2019-03-26 14:31:04 +01:00
Clemens Fruhwirth d569d1bb59 node2nix packages: Remove unnecessary node-pre-gyp 2019-03-26 14:31:02 +01:00
Clemens Fruhwirth 2250644f82 node2nix packages: Replace tgz reference with symbolic one.
This is almost equivalent except that with symbolic reference node2nix
consults the NPM registry for package.json information instead of the
package.json in the tgz file. The registry canonicalizes the
"dependencies" attribute in that it adds all "optionalDependencies",
which the npm binary would do for local package.json files, but
node2nix does not.

For spark-wallet optionalDependencies are not listed in the tgz
distributed package.json, hence node2nix misses them. This leads to a
missing qrcode-terminal package and spark-wallet dying when called
with -Q.
2019-03-26 14:30:58 +01:00
Jonas Nick 4752d0fde0 Merge branch 'nixos-fixes' of https://github.com/clefru/nix-bitcoin into clefru-nixos-fixes 2019-03-26 08:58:40 +00:00
Clemens Fruhwirth 316b493cda chmod $out not $src as this fails under NixOS. 2019-03-25 14:34:27 +01:00
Clemens Fruhwirth 5e40066c7f nanopos, lightning-charge and spark-wallet: Package via node2nix
The strategy of invoking node2nix inside a derivation (installPhase in
this case) does not work, as under NixOS installations there is no
network traffic allowed during a derivation build. Hence, we move
node2nix outside and rewrite the packaging into the modules.

Also switch to callPackage instead of plain imports. This could
probably be done on all other imported packages inside of
nix-bitcoin-pkgs.nix.
2019-03-25 14:32:55 +01:00
Jonas Nick d24c5416ed Update nixpkgs 2019-03-24 21:21:36 +00:00
Jonas Nick 7eed67278d Merge branch 'electrum-server' of https://github.com/nixbitcoin/nix-bitcoin into nixbitcoin-electrum-server 2019-03-24 20:45:26 +00:00
nixbitcoin fbc78ce6ed Add Greg Maxwell's banlist to bitcoind postStart 2019-03-21 10:11:18 +01:00
nixbitcoin eacd057963 Fix electrs and add electrs hidden service 2019-03-16 16:11:54 +01:00
nixbitcoin de889d584f Add proxy and hidden service to liquidd 2019-03-14 11:19:28 +01:00
Jonas Nick 902455e142 Update nixpkgs-unstable for clightning 0.7.0 2019-03-05 10:05:16 +00:00
Jonas Nick 35165c42d8 Update nixpkgs 2019-03-02 20:23:19 +00:00
Jonas Nick ccd768aec1 Update nixpkgs 2019-02-10 18:45:30 +00:00
Jonas Nick 1d020a7ca8 move nixpkgs-pinned.nix 2019-01-26 18:12:08 +00:00
Jonas Nick e4d5d6935d Update liquidd to 3.14.1.22 2019-01-13 20:45:24 +00:00
Jonas Nick 1646605a80 Pin electrs dependencies (within nixpkgs) 2019-01-04 16:19:52 +00:00
nixbitcoin 9ada1d32f3 Incorproate PR comments, correct erroneous description in clightning module, add electrs module, add electrs package, add electrs to nix-bitcoin.nix, add electrs to modules/nix-bitcoin.nix 2019-01-04 10:44:03 +01:00
Jonas Nick bca40e23b1 Indentation cleanups 2019-01-02 15:17:57 +00:00