Skip to content

Conversation

@Gustavo2622
Copy link
Contributor

This PR updates the prover versions and adds support for automatically setting up emacs with proof general targeting the compiled EC binary in a devshell


nixpkgs.url = "github:nixos/nixpkgs/24.05";
stable.url = "github:nixos/nixpkgs/24.05";
nixpkgs.url = "github:nixos/nixpkgs/release-24.11";
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe bump up the pkgs version as well?

});
conf-pkg-config = prev.conf-pkg-config.overrideAttrs (oa: {
nativeBuildInputs = oa.nativeBuildInputs ++ [pkgs.pkg-config];
conf-zlib = prev.conf-zlib.overrideAttrs (finalAttrs: prevAttrs: rec {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might need to restore previous line 57 and 58, plus most of the overlay should only apply on darwin

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