Skip to content

Commit

Permalink
tests: use top-level poetry attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
nikstur committed Nov 24, 2023
1 parent cad6e5a commit 1528666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ let
{ name = "python3-buildtime"; drv = python3; options = buildtimeOptions; }

# weird string license in buildtimeDependencies
{ name = "poetry"; drv = python3Packages.poetry; options = { }; }
{ name = "poetry-buildtime"; drv = python3Packages.poetry; options = buildtimeOptions; }
{ name = "poetry"; drv = poetry; options = { }; }
{ name = "poetry-buildtime"; drv = poetry; options = buildtimeOptions; }

{ name = "git"; drv = git; options = { }; }
{ name = "git-buildtime"; drv = git; options = buildtimeOptions; }
Expand Down

0 comments on commit 1528666

Please sign in to comment.