diff options
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |