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 19, 2024
1 parent 4ee7b38 commit 22453fe
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.65";
pyk.url = "github:runtimeverification/k/v7.1.65?dir=pyk";
k-framework.url = "github:runtimeverification/k/v7.1.70";
pyk.url = "github:runtimeverification/k/v7.1.70?dir=pyk";
nixpkgs-pyk.follows = "pyk/nixpkgs";
poetry2nix.follows = "pyk/poetry2nix";
mx-semantics.url = "github:runtimeverification/mx-semantics/v0.1.98";
mx-semantics.url = "github:runtimeverification/mx-semantics/v0.1.99";
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 22453fe

Please sign in to comment.