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 Aug 28, 2024
1 parent fe0b073 commit f143788
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions flake.lock

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

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
description = "mir-semantics - ";
inputs = {
k-framework.url = "github:runtimeverification/k/v7.1.123";
k-framework.url = "github:runtimeverification/k/v7.1.124";
nixpkgs.follows = "k-framework/nixpkgs";
flake-utils.follows = "k-framework/flake-utils";
rv-utils.follows = "k-framework/rv-utils";
pyk.url = "github:runtimeverification/k/v7.1.123?dir=pyk";
pyk.url = "github:runtimeverification/k/v7.1.124?dir=pyk";
nixpkgs-pyk.follows = "pyk/nixpkgs";
poetry2nix.follows = "pyk/poetry2nix";
};
Expand Down

0 comments on commit f143788

Please sign in to comment.