Skip to content

Commit

Permalink
Merge pull request #1761 from HoTT/ps/branch/chore__update_flake_to_c…
Browse files Browse the repository at this point in the history
…oq_8_18
  • Loading branch information
Alizter authored Sep 18, 2023
2 parents c53a81a + 7aa5150 commit 6f143f9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "A Coq library for Homotopy Type Theory";

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";

flake-utils.url = "github:numtide/flake-utils";
};
Expand All @@ -26,7 +26,7 @@
};

devShells.default = pkgs.mkShell {
buildInputs = with pkgs.coqPackages_8_17; [
buildInputs = with pkgs.coqPackages_8_18; [
pkgs.dune_3
pkgs.ocaml
coq
Expand Down

0 comments on commit 6f143f9

Please sign in to comment.