Why Nostr? What is Njump?
2024-07-03 00:55:34

npub1qm…tcet5 on Nostr: commit 8bca09db2db785c4dc0cbfdaf645776c2e791f4b Author: randymcmillan ...

commit 8bca09db2db785c4dc0cbfdaf645776c2e791f4b
Author: randymcmillan <[email protected]>
Date: Mon May 20 19:49:57 2024 -0400

default.nix

diff --git a/default.nix b/default.nix
new file mode 100644
index 000000000..39cc571b9
--- /dev/null
+++ b/default.nix
@@ -0,0 +1,13 @@
+{ pkgs ? import <nixpkgs> {} }:
+
+with pkgs;
+stdenv.mkDerivation {
+ pname = "nostril";
+ version = "0.1";
+
+ src = ./.;
+
+ makeFlags = [ "PREFIX=$(out)" ];
+
+ buildInputs = [ secp256k1 ];
+}
Author Public Key
npub1qm2mjn70mu3ra93gmt6d88flxl0czapew6yg20enekx2ma87mvrq7tcet5