Skip to content

Instantly share code, notes, and snippets.

@Sigmanificient
Created February 27, 2023 22:03
Show Gist options
  • Save Sigmanificient/08a5af3dc45640a9f4895d32f2c85dcb to your computer and use it in GitHub Desktop.
Save Sigmanificient/08a5af3dc45640a9f4895d32f2c85dcb to your computer and use it in GitHub Desktop.
{ pkgs ? import <nixpkgs> { }, ... }:
pkgs.mkShell {
nativeBuildInputs = [
(pkgs.callPackage vera.nix { })
pkgs.criterion
pkgs.gnumake
pkgs.gcc
pkgs.gcovr
pkgs.valgrind
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment