nostril/shell.nix

6 lines
105 B
Nix

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