This repository has been archived by the owner on Apr 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The pyk update job in evm semantics is currently failing due to mismatch with nixpkgs. The latest version of poetry2nix lets us choose which nixpkgs get used to build poetry packages, by introducing `mkPoetry2Nix { pkgs = <my nixpkgs version here>; })`. This will allow us to use a separate version of nixpkgs to build pyk vs the rest of k-framework, at least until at least the time nixpkgs stable catches up with changes described here: nix-community/poetry2nix#1291. However, we may always want to use a custom version of nixpkgs for poetry projects downstream, pinned to the version here. This should ensure that if pyk builds in this repository, it will also build in all the downstream projects which use it. --------- Co-authored-by: devops <[email protected]>
- Loading branch information
1 parent
85fe2ca
commit 23a9793
Showing
4 changed files
with
26 additions
and
51 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.1.485 | ||
0.1.486 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "pyk" | ||
version = "0.1.485" | ||
version = "0.1.486" | ||
description = "" | ||
authors = [ | ||
"Runtime Verification, Inc. <[email protected]>", | ||
|