Merge fort-nix/nix-bitcoin#443: Update nixpkgs
5b7bc2d6ff
update nixpkgs{-unstable} (Jonas Nick)ffabad225b
spark-wallet: switch from nodejs 10 to 12 (Jonas Nick) Pull request description: ACKs for top commit: erikarvstedt: ACK5b7bc2d6ff
Tree-SHA512: 9b3b7ed53f15bcf98bbd4aac5f08a7d9b62bb86f88ea33e8d89fa4a81613222cc80da9fad784dcfa00a732b44b0074a0adf07908004b95423f4b3d2e940cf986
This commit is contained in:
commit
c5c6f1e75e
12
flake.lock
12
flake.lock
@ -17,11 +17,11 @@
|
||||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1640887906,
|
||||
"narHash": "sha256-Eupk1UlNicCD2UNZuEKt6yhE6kFWAxXM/HyziOjG9CA=",
|
||||
"lastModified": 1642609835,
|
||||
"narHash": "sha256-ZwJnV4mdis28u5vH240ec2mrApuEJYJekn23qlTwJ8c=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "8a053bc2255659c5ca52706b9e12e76a8f50dbdd",
|
||||
"rev": "77aa71f66fd05d9e7b7d1c084865d703a8008ab7",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@ -33,11 +33,11 @@
|
||||
},
|
||||
"nixpkgsUnstable": {
|
||||
"locked": {
|
||||
"lastModified": 1641016545,
|
||||
"narHash": "sha256-JMNwvnBzG0RjGG3eH27Y5/GlJ9ryeCdGJfqGbqxnmZY=",
|
||||
"lastModified": 1642336556,
|
||||
"narHash": "sha256-QSPPbFEwy0T0DrIuSzAACkaANPQaR1lZR/nHZGz9z04=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "6f05cfdb1e78d36c0337516df674560e4b51c79b",
|
||||
"rev": "f3d9d4bd898cca7d04af2ae4f6ef01f2219df3d6",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -6,13 +6,13 @@ pkgs: pkgsUnstable:
|
||||
bitcoind
|
||||
charge-lnd
|
||||
clightning
|
||||
electrs
|
||||
extra-container
|
||||
hwi
|
||||
lndconnect;
|
||||
|
||||
inherit (pkgsUnstable)
|
||||
btcpayserver
|
||||
electrs
|
||||
elementsd
|
||||
lightning-loop
|
||||
lightning-pool
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
{pkgs ? import <nixpkgs> {
|
||||
inherit system;
|
||||
}, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-10_x"}:
|
||||
}, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-12_x"}:
|
||||
|
||||
let
|
||||
nodeEnv = import "${toString pkgs.path}/pkgs/development/node-packages/node-env.nix" {
|
||||
|
@ -29,7 +29,7 @@ jq '.dependencies["qrcode-terminal"] = .optionalDependencies["qrcode-terminal"]'
|
||||
|
||||
# Generate nix pkg
|
||||
node2nix \
|
||||
--nodejs-10 \
|
||||
--nodejs-12 \
|
||||
--input $src/package.json \
|
||||
--lock $src/npm-shrinkwrap.json \
|
||||
--composition composition.nix \
|
||||
|
@ -5,11 +5,11 @@
|
||||
"nixpkgs": "nixpkgs"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1640965022,
|
||||
"narHash": "sha256-PByGLFoP+VaZWKCI8KFc4EC15AWvF91Bjlpr/vvdusM=",
|
||||
"lastModified": 1642458481,
|
||||
"narHash": "sha256-IbWfblbs/F1UdP7Cr3zACf2WZoeEcvz6ftnojcDyPYo=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixos-search",
|
||||
"rev": "078c68764be9ef0eb51339b28f37f0d91cd8275b",
|
||||
"rev": "5a40a2c43a5615a73c8f4ff6d0c1b84106e1280d",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
Loading…
Reference in New Issue
Block a user