mirror of
https://github.com/jb55/nostril.git
synced 2025-07-29 14:58:28 -04:00
@@ -1,5 +1,5 @@
|
|||||||
{ pkgs ? import <nixpkgs> {} }:
|
{ pkgs ? import <nixpkgs> {} }:
|
||||||
with pkgs;
|
with pkgs;
|
||||||
mkShell {
|
mkShell {
|
||||||
buildInputs = [ secp256k1 openssl gdb ];
|
buildInputs = [ secp256k1 gdb ];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user