Skip to content

Commit

Permalink
secp256k1: replace local version with nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
prusnak committed Jul 16, 2021
1 parent 676a4be commit 34bbcd7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 27 deletions.
1 change: 0 additions & 1 deletion pkgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ let self = {
extra-container = pkgs.callPackage ./extra-container { };
clightning-plugins = import ./clightning-plugins pkgs self.nbPython3Packages;
clboss = pkgs.callPackage ./clboss { };
secp256k1 = pkgs.callPackage ./secp256k1 { };

nbPython3Packages = (pkgs.python3.override {
packageOverrides = import ./python-packages self;
Expand Down
1 change: 1 addition & 0 deletions pkgs/pinned.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ in
btcpayserver
electrs
hwi
secp256k1
lightning-loop
lightning-pool;

Expand Down
26 changes: 0 additions & 26 deletions pkgs/secp256k1/default.nix

This file was deleted.

0 comments on commit 34bbcd7

Please sign in to comment.