Skip to content

Commit

Permalink
Revert "Revert "Align Pyk's nixpkgs version to the shared K version"" (
Browse files Browse the repository at this point in the history
…#4467)

Reverts #4458

Co-authored-by: rv-jenkins <[email protected]>
  • Loading branch information
Baltoli and rv-jenkins authored Jun 21, 2024
1 parent df88946 commit b4c9228
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 9 deletions.
37 changes: 30 additions & 7 deletions pyk/flake.lock

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

5 changes: 3 additions & 2 deletions pyk/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
description = "Application packaged using poetry2nix";

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs";
rv-utils.url = "github:runtimeverification/rv-nix-tools";
nixpkgs.follows = "rv-utils/nixpkgs";
poetry2nix = {
url =
"github:nix-community/poetry2nix/626111646fe236cb1ddc8191a48c75e072a82b7c";
Expand All @@ -11,7 +12,7 @@
flake-utils.follows = "poetry2nix/flake-utils";
};

outputs = { self, nixpkgs, flake-utils, poetry2nix }:
outputs = { self, nixpkgs, flake-utils, rv-utils, poetry2nix }:
{
# Nixpkgs overlay providing the application
overlay = final: prev:
Expand Down

0 comments on commit b4c9228

Please sign in to comment.