flesh out system device implementation
This commit is contained in:
parent
c63860654c
commit
373a739c8f
5 changed files with 104 additions and 9 deletions
14
shell.nix
Normal file
14
shell.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
xxd
|
||||
ocamlPackages.ocaml
|
||||
ocamlPackages.dune_3
|
||||
ocamlPackages.findlib
|
||||
ocamlPackages.odoc
|
||||
ocamlPackages.ocamlformat
|
||||
ocamlPackages.merlin
|
||||
ocamlPackages.ocaml-lsp
|
||||
ocamlPackages.fmt
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue