Skip to content

Commit

Permalink
fix: update coq pin in flake after new merge
Browse files Browse the repository at this point in the history
  • Loading branch information
rtetley committed Nov 19, 2024
1 parent 901f316 commit 44ac423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
inputs = {
flake-utils.url = "github:numtide/flake-utils";

coq-master = { url = "github:coq/coq/7d4fe6ad717d9e921db44ee8a62c7edb2c5f63bb"; }; # Should be kept in sync with PIN_COQ in CI workflow
coq-master = { url = "github:coq/coq/668dc3ca9735a2b008f5ce52c14969af59cc24e1"; }; # Should be kept in sync with PIN_COQ in CI workflow
coq-master.inputs.nixpkgs.follows = "nixpkgs";

};
Expand Down

0 comments on commit 44ac423

Please sign in to comment.