Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
devops committed Jun 20, 2024
2 parents 6c41875 + 83a50ff commit 9cea46a
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 9cea46a

Please sign in to comment.