diff options
| author | Federico Igne <undyamon@disroot.org> | 2024-01-22 23:40:16 +0100 |
|---|---|---|
| committer | Federico Igne <undyamon@disroot.org> | 2024-01-22 23:40:16 +0100 |
| commit | ee2c133e195e0326fcb5cecba723a5c12bdbba27 (patch) | |
| tree | 03eda217d6243defe63985f23cc792a5440eb39e /flake.nix | |
| parent | 6563ec106879b76e1b1e6fdfabf33587cefa9dc0 (diff) | |
| download | sandy-ee2c133e195e0326fcb5cecba723a5c12bdbba27.tar.gz sandy-ee2c133e195e0326fcb5cecba723a5c12bdbba27.zip | |
build: enable debugging via 'ocamldebugger' and DAP
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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 = "*"; |
