Skip to content

Commit

Permalink
Followup to intitial nix setup (#35)
Browse files Browse the repository at this point in the history
* Followup to intitial nix setup, cleaning up a few details

* Set Version: 0.1.29

* Set Version: 0.1.30

* Set Version: 0.1.31

---------

Co-authored-by: devops <[email protected]>
  • Loading branch information
goodlyrottenapple and devops authored Sep 10, 2024
1 parent 309adc9 commit 1f6576b
Show file tree
Hide file tree
Showing 5 changed files with 82 additions and 728 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,11 @@ jobs:
K_VERSION=$(poetry run python3 -c 'import pyk; print(pyk.__version__)')
echo ${K_VERSION} > deps/k_release
git add deps/k_release && git commit -m "deps/k_release: sync release file version ${K_VERSION}" || true
- name: 'Update Nix flake inputs'
run: |
PYKWASM_VERSION=v"$(cat deps/kwasm_release)"
sed -i 's! wasm-semantics.url = "github:runtimeverification/wasm-semantics/v[[:digit:]]\+\.[[:digit:]]\+\.[[:digit:]]\+"! wasm-semantics.url = "github:runtimeverification/wasm-semantics/'"${PYKWASM_VERSION}"'"!' flake.nix
nix flake update
git add flake.nix flake.lock && git commit -m 'flake.{nix,lock}: update Nix derivations' || true
- name: 'Push updates'
run: git push
Loading

0 comments on commit 1f6576b

Please sign in to comment.