Skip to content

Commit

Permalink
chore(nix): remove OCaml nix-overlays
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Nuno Monteiro <anmonteiro@gmail.com>
  • Loading branch information
anmonteiro authored and Alizter committed Mar 13, 2023
1 parent 988634c commit b444ea9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
24 changes: 0 additions & 24 deletions flake.lock

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

8 changes: 1 addition & 7 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
nix-overlays = {
url = "github:nix-ocaml/nix-overlays";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};
flake-utils.url = "github:numtide/flake-utils";
ocamllsp = {
url = "git+https://www.github.com/ocaml/ocaml-lsp?submodules=1";
Expand Down Expand Up @@ -35,7 +30,6 @@
, ocamllsp
, opam-repository
, melange
, nix-overlays
}@inputs:
let package = "dune";
in flake-utils.lib.eachDefaultSystem (system:
Expand Down Expand Up @@ -115,7 +109,7 @@

devShells =
let
pkgs = nix-overlays.legacyPackages.${system}.appendOverlays [
pkgs = nixpkgs.legacyPackages.${system}.appendOverlays [
(self: super: {
ocamlPackages = self.ocaml-ng.ocamlPackages_4_14;
})
Expand Down

0 comments on commit b444ea9

Please sign in to comment.