1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell { nativeBuildInputs = with pkgs.buildPackages; [ rustup automake autoconf269 gnumake gcc libtool ]; buildInputs = with pkgs.buildPackages; [ openssl_1_1 libevent zlib pkg-config ]; shellHook = '' ''; }