Skip to content
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

Lock poetry2nix to a working version until issue 1366 is fixed #2001

Merged
merged 1 commit into from
Oct 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Lock poetry2nix to a working version until issue 1366 is fixed
mkoura committed Oct 26, 2023
commit 43170c0081c7c183f1e832896e36f75847d18ee1
6 changes: 5 additions & 1 deletion .github/nix_override_cardano_node.sh
Original file line number Diff line number Diff line change
@@ -12,5 +12,9 @@ node_override() {
# otherwise update to latest from default branch
ref=""
fi
echo --override-input cardano-node "github:input-output-hk/cardano-node$ref" --recreate-lock-file

#TODO: remove this workaround as soon as https://github.com/nix-community/poetry2nix/pull/1368 is merged
poetry2nix_ref=("--override-input" "poetry2nix" "github:nix-community/poetry2nix/026032a8b4e6e948c608de0fc559c6d0256e6117")

echo --override-input cardano-node "github:input-output-hk/cardano-node$ref" "${poetry2nix_ref[@]}" --recreate-lock-file
}