Files
simbench/test-cvc/shell.nix

5 lines
112 B
Nix
Raw Normal View History

2023-07-11 19:46:33 +03:00
{ pkgs ? import <nixpkgs> {} }:
with pkgs;
mkShell { packages = [ gnumake zlib /* haskellPackages.sv2v */ ]; }