Skip to content

Commit

Permalink
flake.{nix,lock}: update Nix derivations
Browse files Browse the repository at this point in the history
  • Loading branch information
devops committed Jul 26, 2024
1 parent bb5e16e commit 5032391
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 55 deletions.
104 changes: 52 additions & 52 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
description = "kmxwasm - Symbolic execution for the MulitversX blockchain with the Wasm semantics, using pyk.";

inputs = {
k-framework.url = "github:runtimeverification/k/v7.1.72";
pyk.url = "github:runtimeverification/k/v7.1.72?dir=pyk";
k-framework.url = "github:runtimeverification/k/v7.1.83";
pyk.url = "github:runtimeverification/k/v7.1.83?dir=pyk";
nixpkgs-pyk.follows = "pyk/nixpkgs";
poetry2nix.follows = "pyk/poetry2nix";
mx-semantics.url = "github:runtimeverification/mx-semantics/v0.1.102";
mx-semantics.url = "github:runtimeverification/mx-semantics/v0.1.103";
nixpkgs.follows = "k-framework/nixpkgs";
flake-utils.follows = "k-framework/flake-utils";
rv-utils.url = "github:runtimeverification/rv-nix-tools";
Expand Down

0 comments on commit 5032391

Please sign in to comment.