ocaml
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

flake: add esbuild

+2 -1
+2 -1
flake.nix
··· 42 42 on = opam-nix.lib.${system}; 43 43 devPackagesQuery = { 44 44 ocaml-lsp-server = "*"; 45 - ocamlformat = "*"; 45 + ocamlformat = "*"; 46 46 alcotest = "*"; 47 47 odoc = "*"; 48 48 }; ··· 108 108 with pkgs; 109 109 devPackages 110 110 ++ [ 111 + esbuild 111 112 tex 112 113 reuse 113 114 watchexec