This website requires JavaScript.
Explore
Help
Sign In
nostr
/
nostril
Watch
1
Star
0
Fork
0
You've already forked nostril
mirror of
https://github.com/jb55/nostril.git
synced
2024-11-14 14:29:07 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8898a0fe91
nostril
/
shell.nix
6 lines
90 B
Nix
Raw
Normal View
History
Unescape
Escape
initial commit Signed-off-by: William Casarin <jb55@jb55.com>
2022-04-14 10:52:29 -04:00
{
pkgs
?
import
<nixpkgs>
{
}
}:
with
pkgs
;
mkShell
{
don't need openssl Signed-off-by: William Casarin <jb55@jb55.com>
2022-04-14 22:44:20 -04:00
buildInputs
=
[
secp256k1
gdb
]
;
initial commit Signed-off-by: William Casarin <jb55@jb55.com>
2022-04-14 10:52:29 -04:00
}
Reference in New Issue
Copy Permalink