Skip to content

Commit

Permalink
ocaml-ng: remove __attrsFailEvaluation (#340337)
Browse files Browse the repository at this point in the history
  • Loading branch information
infinisil authored Nov 1, 2024
2 parents 5690833 + ef28bf9 commit 1eb9f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15323,7 +15323,7 @@ with pkgs;
ocamlPackages = ocaml-ng.ocamlPackages_4_14;
};

ocaml-ng = callPackage ./ocaml-packages.nix { } // { __attrsFailEvaluation = true; };
ocaml-ng = callPackage ./ocaml-packages.nix { };
ocaml = ocamlPackages.ocaml;

ocamlPackages = recurseIntoAttrs ocaml-ng.ocamlPackages;
Expand Down

0 comments on commit 1eb9f3d

Please sign in to comment.