summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 32898765..72c4fd99 100644
--- a/flake.nix
+++ b/flake.nix
@@ -152,6 +152,15 @@
inherit aeneas;
default = aeneas;
};
+ devShells.default = pkgs.mkShell {
+ packages = [
+ pkgs.ocamlPackages.odoc
+ ];
+
+ inputsFrom = [
+ self.packages.${system}.aeneas
+ ];
+ };
checks = {
inherit aeneas aeneas-tests
aeneas-verify-fstar