Skip to content

Commit

Permalink
update flake
Browse files Browse the repository at this point in the history
  • Loading branch information
goodlyrottenapple committed Sep 10, 2024
1 parent 591c481 commit 56d03ad
Show file tree
Hide file tree
Showing 4 changed files with 211 additions and 1,528 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,8 @@ jobs:
- name: 'Update Nix flake inputs'
run: |
KMULTIVERSX_VERSION=$(cat deps/mx-semantics_release)
K_VERSION=$(cat deps/k_release)
sed -i 's! mx-semantics.url = "github:runtimeverification/mx-semantics/[v0-9\.]*"! mx-semantics.url = "github:runtimeverification/mx-semantics/v'"${KMULTIVERSX_VERSION}"'"!' flake.nix
sed -i 's! k-framework.url = "github:runtimeverification/k/[v0-9\.]*"! k-framework.url = "github:runtimeverification/k/v'"${K_VERSION}"'"!' flake.nix
sed -i 's! pyk.url = "github:runtimeverification/k/[v0-9\.]*?dir=pyk"! pyk.url = "github:runtimeverification/k/v'"${K_VERSION}"'?dir=pyk"!' flake.nix
nix --extra-experimental-features 'nix-command flakes' --show-trace flake update
git add flake.nix flake.lock && git commit -m 'flake.{nix,lock}: update Nix derivations' || true
Expand Down
2 changes: 1 addition & 1 deletion deps/k_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.1.85
7.1.131
Loading

0 comments on commit 56d03ad

Please sign in to comment.