Skip to content

Commit

Permalink
chore(nix): remove ocamllsp flake
Browse files Browse the repository at this point in the history
We don't need this anymore and can use ocamllsp from nixpkgs again

Signed-off-by: Rudi Grinberg <[email protected]>

<!-- ps-id: 58526a73-ea30-48cc-b0ee-eb71e9a72665 -->
  • Loading branch information
rgrinberg committed Feb 2, 2025
1 parent c26fd8b commit 2d2452e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 70 deletions.
64 changes: 1 addition & 63 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
flake-utils.url = "github:numtide/flake-utils";
ocamllsp = {
url = "git+https://github.com/ocaml/ocaml-lsp?submodules=1";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};
melange = {
url = "github:melange-re/melange/refs/tags/4.0.0-51";
inputs.nixpkgs.follows = "nixpkgs";
Expand All @@ -22,7 +17,6 @@
{ self
, flake-utils
, nixpkgs
, ocamllsp
, melange
, ocaml-overlays
}:
Expand All @@ -40,7 +34,6 @@
});
})
melange.overlays.default
ocamllsp.overlays.default
(self: super: {
coq_8_16_native = super.coq_8_16.overrideAttrs (a: {
configureFlags = [ "-native-compiler" "yes" ];
Expand Down

0 comments on commit 2d2452e

Please sign in to comment.