Skip to content

Commit

Permalink
Revert "Align Pyk's nixpkgs version to the shared K version" (#4458)
Browse files Browse the repository at this point in the history
Reverts #4439
  • Loading branch information
Baltoli authored Jun 20, 2024
1 parent 27ae33c commit 83a50ff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 33 deletions.
37 changes: 7 additions & 30 deletions pyk/flake.lock

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

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

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

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

0 comments on commit 83a50ff

Please sign in to comment.