mirror of
https://github.com/jb55/nostril.git
synced 2024-11-13 22:09:07 -05:00
009af9ed5b
Signed-off-by: William Casarin <jb55@jb55.com>
6 lines
86 B
Nix
6 lines
86 B
Nix
{ pkgs ? import <nixpkgs> {} }:
|
|
with pkgs;
|
|
mkShell {
|
|
buildInputs = [ secp256k1 ];
|
|
}
|