Skip to content

Instantly share code, notes, and snippets.

View cbergqvist's full-sized avatar

Christopher Bergqvist cbergqvist

  • 05:07 (UTC +02:00)
View GitHub Profile
@cbergqvist
cbergqvist / shell.nix
Last active March 15, 2024 21:47 — forked from 0xB10C/shell.nix
Nix shell for Bitcoin Core development
# This is based on a gist from 0xB10C.
# Could do with some options for toggling gcc/clang and bitcoin-qt on/off etc.
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
autoconf
automake
libtool
pkg-config