Skip to content

Commit

Permalink
Fix dependency order of packages
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross authored and yforster committed Apr 3, 2023
1 parent c340242 commit ce63851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .nix/coq-overlays/metacoq/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ let
releaseRev = v: "v${v}";

# list of core metacoq packages sorted by dependency order
packages = [ "utils" "common" "template-coq" "pcuic" "safechecker" "erasure" "template-pcuic" "safechecker-plugin" "erasure-plugin" "all" ];
packages = [ "utils" "common" "template-coq" "pcuic" "safechecker" "template-pcuic" "erasure" "safechecker-plugin" "erasure-plugin" "all" ];

template-coq = metacoq_ "template-coq";

Expand Down

0 comments on commit ce63851

Please sign in to comment.