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
c5a3be3b74
nostril
/
shell.nix
6 lines
98 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
{
encrypted dms Signed-off-by: William Casarin <jb55@jb55.com>
2022-04-14 15:35:26 -04:00
buildInputs
=
[
secp256k1
openssl
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