Skip to content

Commit 1ad54a0

Browse files
committed
adapt update-version.yml workflow for rv-nix-tools
1 parent 51b467b commit 1ad54a0

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/update-version.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ jobs:
4242
- name: 'Update Nix flake inputs'
4343
run: |
4444
K_VERSION=v"$(cat deps/k_release)"
45+
RV_NIX_TOOLS_VERSION=$(cat deps/rv-nix-tools)
4546
sed -i 's! k-framework.url = "github:runtimeverification/k/v[[:digit:]]\+\.[[:digit:]]\+\.[[:digit:]]\+"! k-framework.url = "github:runtimeverification/k/'"${K_VERSION}"'"!' flake.nix
47+
sed -i 's! rv-nix-tools.url = "github:runtimeverification/rv-nix-tools/[a-z0-9\.]*"! rv-nix-tools.url = "github:runtimeverification/rv-nix-tools/'"${RV_NIX_TOOLS_VERSION}"'"!' flake.nix
4648
nix flake update
4749
git add flake.nix flake.lock && git commit -m 'flake.{nix,lock}: update Nix derivations' || true
4850

deps/rv-nix-tools

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
854d4f05ea78547d46e807b414faad64cea10ae4

0 commit comments

Comments
 (0)