citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

lightning-dev (237B)


      1 #!/bin/sh
      2 exec nix-shell -p \
      3   haskellEnv zlib gdb sqlite \
      4   autoconf libxml2 asciidoc git clang libtool gmp sqlite autoconf autogen automake \
      5   'python3.withPackages (p: with p; [bitcoinlib pytest_xdist])' \
      6   valgrind asciidoc "$@"