aboutsummaryrefslogtreecommitdiffstats
path: root/default.nix
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-02-16 18:27:14 +0000
committerYann Herklotz <git@yannherklotz.com>2021-02-16 18:27:14 +0000
commit9f9da6f7ccd2f6658c940b68b2cc3c25cd5e3c88 (patch)
tree36f60f359f68f3b37a0c4d72bb0524e7487f312b /default.nix
parent036f70c048826f564bc875ed3aab5a45c8335d3c (diff)
parentaa5b7cce7dafcf11ae5e8fe5d72188cafa05eb36 (diff)
downloadvericert-9f9da6f7ccd2f6658c940b68b2cc3c25cd5e3c88.tar.gz
vericert-9f9da6f7ccd2f6658c940b68b2cc3c25cd5e3c88.zip
Merge branch 'master' into develop
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/default.nix b/default.nix
index b004643..8308389 100644
--- a/default.nix
+++ b/default.nix
@@ -1,5 +1,4 @@
-with import <nixpkgs> {};
-
+with import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/269fc4ddb896c1c5994eb4bb8c750ec18cb3db82.tar.gz") {};
let
ncoq = coq_8_12;
ncoqPackages = coqPackages_8_12;
@@ -28,7 +27,7 @@ stdenv.mkDerivation {
name = "vericert";
src = ./.;
- buildInputs = [ ncoq dune gcc
+ buildInputs = [ ncoq dune_2 gcc
ocaml ocamlPackages.findlib ocamlPackages.menhir
ocamlPackages.ocamlgraph
];