summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 8ebbca73..cb88c340 100644
--- a/flake.nix
+++ b/flake.nix
@@ -9,7 +9,9 @@
nixpkgs.follows = "charon/nixpkgs";
hacl-nix.url = "github:hacl-star/hacl-nix";
lean.url = "github:leanprover/lean4";
- lake.url = "github:leanprover/lake";
+ #lake.url = "github:leanprover/lake";
+ lake.url = "github:leanprover/lake/lean4-master";
+ #lake.flake = false;
};
# Remark: keep the list of outputs in sync with the list of inputs above
@@ -52,6 +54,7 @@
aeneas = ocamlPackages.buildDunePackage {
pname = "aeneas";
version = "0.1.0";
+ duneVersion = "3";
src = ./compiler;
buildInputs = [ easy_logging ocamlgraph unionFind charon.packages.${system}.charon-ml ]
++ (with ocamlPackages; [