Skip to content

Upate to work with the latest Iris#7

Open
co-dan wants to merge 3 commits into
mainfrom
bump_iris
Open

Upate to work with the latest Iris#7
co-dan wants to merge 3 commits into
mainfrom
bump_iris

Conversation

@co-dan

@co-dan co-dan commented Jul 5, 2026

Copy link
Copy Markdown
Collaborator

ported with the help of codex

@co-dan

co-dan commented Jul 5, 2026

Copy link
Copy Markdown
Collaborator Author

i think we will need to update the .nix file somehow too.
do you know what has to be done for that @Kaptch ?

@Kaptch

Kaptch commented Jul 5, 2026

Copy link
Copy Markdown
Member

Thanks!
Yep, I think the diff below should fix it:
nixpkgs.url = github:NixOS/nixpkgs/nixos-24.11; to nixpkgs.url = github:NixOS/nixpkgs/nixos-26.05;
and

coq = pkgs.coq_8_20;
coqPkgs = pkgs.coqPackages_8_20;

to

coq = pkgs.rocq-core_9_2;
coqPkgs = pkgs.rocqPackages_9_2;

I can take a look. Probably, we should also update ubuntu-based CI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants