Simple C++ testing framework.
at master 193 B view raw
1{ pkgs ? import <nixpkgs> {} }: 2 pkgs.mkShell { 3 # nativeBuildInputs is usually what you want -- tools you need to run 4 nativeBuildInputs = with pkgs.buildPackages; [ 5 clang 6 ]; 7}