Skip to content

Commit

Permalink
Add simple-io to dev/ci/nix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zimmi48 committed Sep 10, 2020
1 parent cdfe69d commit 0f92ad3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev/ci/nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ let projects = {
mtac2 = callPackage ./mtac2.nix {};
oddorder = callPackage ./oddorder.nix {};
quickchick = callPackage ./quickchick.nix {};
simple-io = callPackage ./simple-io.nix {};
verdi-raft = callPackage ./verdi-raft.nix {};
VST = callPackage ./VST.nix {};
}; in
Expand Down
5 changes: 5 additions & 0 deletions dev/ci/nix/simple-io.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{ ocamlPackages, ssreflect, coq-ext-lib, simple-io }:
{
buildInputs = with ocamlPackages; [ ocaml findlib ocamlbuild num ];
coqBuildInputs = [ ssreflect coq-ext-lib ];
}

0 comments on commit 0f92ad3

Please sign in to comment.