first commit
This commit is contained in:
commit
f8f05a731b
15 changed files with 423 additions and 0 deletions
14
shell.nix
Normal file
14
shell.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ pkgs ? import <nixpkgs> { } }:
|
||||
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs.ocamlPackages; [
|
||||
dune_3
|
||||
findlib
|
||||
merlin
|
||||
ocaml
|
||||
ocamlformat
|
||||
odoc
|
||||
];
|
||||
buildInputs = with pkgs.ocamlPackages; [
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue