Skip to content

Commit

Permalink
only remove packages in project from opam-monorepo - not extra querie…
Browse files Browse the repository at this point in the history
…d packages
  • Loading branch information
Ryan Gibb committed Sep 22, 2022
1 parent a110a9a commit 3a19445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opam.nix
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ in rec {
filterPkgs = [ "ocaml-system" "opam-monorepo" ] ++
# filter all queried packages, and packages with sources
# in the project, from the monorepo
(attrNames (latestVersions // query)) ++
(attrNames latestVersions) ++
extraFilterPkgs;
inherit resolveArgs;
} (latestVersions // query);
Expand Down

0 comments on commit 3a19445

Please sign in to comment.