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 17, 2024
1 parent 66c275d commit 9336b95
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 46 deletions.
86 changes: 43 additions & 43 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.54";
pyk.url = "github:runtimeverification/k/v7.1.54?dir=pyk";
k-framework.url = "github:runtimeverification/k/v7.1.59";
pyk.url = "github:runtimeverification/k/v7.1.59?dir=pyk";
nixpkgs-pyk.follows = "pyk/nixpkgs";
poetry2nix.follows = "pyk/poetry2nix";
mx-semantics.url = "github:runtimeverification/mx-semantics/v0.1.96";
mx-semantics.url = "github:runtimeverification/mx-semantics/v0.1.97";
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 9336b95

Please sign in to comment.