Skip to content

Commit

Permalink
fix: don't use deprecated overrideScope' in bootstrapped pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
rizo authored Apr 29, 2024
1 parent 77dc6e9 commit d67dc83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/onixPackages/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ pkgs ? import <nixpkgs> { }, ocamlPackages ? pkgs.ocamlPackages }:
ocamlPackages.overrideScope' (self: super: {
ocamlPackages.overrideScope (self: super: {
cmdliner = self.callPackage ./cmdliner.nix { };
zero-install-solver = self.callPackage ./0install-solver.nix { };
opam-0install = self.callPackage ./opam-0install.nix { };
Expand Down

0 comments on commit d67dc83

Please sign in to comment.