-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Juno version #254
Update Juno version #254
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple comments, looks great tho!
@@ -12,7 +12,6 @@ | |||
devShells = { | |||
default = pkgs.mkShell { | |||
buildInputs = with pkgs; [ | |||
rnix-lsp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you replace with nil
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As it is part of nixpkgs
it seems that simply adding nil
worked, 1949823.
If I run nix develop #cosmos-shell
and then nil --version
I get: nil 2023-08-09
@@ -2,7 +2,7 @@ | |||
apalache-src, | |||
pkgs, | |||
}: let | |||
version = "v0.42.0"; | |||
version = "v0.44.11 "; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh nice, I wasn't able to get this to work!
10.06.2024
Update Juno from v21.0.0 to v22.0.0, version tagged as latest in https://github.com/CosmosContracts/juno/releases.
This PR also updates nixpkgs to the latest, with
nix flake lock --update-input nixpkgs
in order to have access to go v1.22.3. This requires the removal of go v1.20 since the attributebuildGo120Module
is now missing.This PR also replaced
rnix-lsp
fromdevshells.nix
, as it is unmaintained, with oxalicanil
https://github.com/oxalica/nil/tree/2023-08-09.This PR also updates Apalache from v0.42.0 to v0.44.11.