Skip to content

Commit 51b467b

Browse files
committed
adapt nix flake inputs for rv-nix-tools and nixpkgs
1 parent 1fda07d commit 51b467b

2 files changed

Lines changed: 43 additions & 10 deletions

File tree

flake.lock

Lines changed: 37 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22
description = "Blockchain K plugin";
33

44
inputs = {
5+
rv-nix-tools.url = "github:runtimeverification/rv-nix-tools/854d4f05ea78547d46e807b414faad64cea10ae4";
6+
nixpkgs.follows = "rv-nix-tools/nixpkgs";
7+
58
k-framework.url = "github:runtimeverification/k/v7.1.257";
6-
nixpkgs.follows = "k-framework/nixpkgs";
9+
k-framework.inputs.nixpkgs.follows = "nixpkgs";
710
flake-utils.follows = "k-framework/flake-utils";
8-
rv-utils.follows = "k-framework/rv-utils";
911
poetry2nix.follows = "k-framework/poetry2nix";
12+
poetry2nix.inputs.nixpkgs.follows = "nixpkgs";
1013

1114
cpp-httplib = {
1215
url =
@@ -39,7 +42,7 @@
3942
flake = false;
4043
};
4144
};
42-
outputs = { self, nixpkgs, k-framework, poetry2nix, flake-utils, rv-utils
45+
outputs = { self, nixpkgs, k-framework, poetry2nix, flake-utils, rv-nix-tools
4346
, cpp-httplib, cryptopp, libff, ate-pairing, xbyak
4447
, ckzg4844, blst, ... }@inputs:
4548
let

0 commit comments

Comments
 (0)