nostril/shell.nix

6 lines
98 B
Nix

{ pkgs ? import <nixpkgs> {} }:
with pkgs;
mkShell {
buildInputs = [ secp256k1 openssl gdb ];
}