summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index bcd9ed1..6fdf260 100644
--- a/flake.nix
+++ b/flake.nix
@@ -14,6 +14,7 @@
14 localPackagesQuery = builtins.mapAttrs (_: pkgs.lib.last) 14 localPackagesQuery = builtins.mapAttrs (_: pkgs.lib.last)
15 (on.listRepo (on.makeOpamRepo ./.)); 15 (on.listRepo (on.makeOpamRepo ./.));
16 devPackagesQuery = { 16 devPackagesQuery = {
17 earlybird = "*";
17 ocaml-lsp-server = "*"; 18 ocaml-lsp-server = "*";
18 ocamlformat = "*"; 19 ocamlformat = "*";
19 utop = "*"; 20 utop = "*";