From 44ac423288ae2f6f6041ddaf6f95d8f949cea784 Mon Sep 17 00:00:00 2001 From: Romain Tetley Date: Tue, 19 Nov 2024 08:04:00 +0100 Subject: [PATCH] fix: update coq pin in flake after new merge --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 3ea9fd20d..4924db6a1 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; };