Skip to content

Commit 637a6b8

Browse files
committed
Fix with-packages test
1 parent 0b332f8 commit 637a6b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/with-packages/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ in recurseIntoAttrs {
5252

5353
run = stdenv.mkDerivation {
5454
name = "with-packages-test";
55-
decLibraryDepends = showDepends (project true).pkg-set.config.packages.test-with-packages.components.library;
56-
libraryDepends = showDepends (project false).pkg-set.config.packages.test-with-packages.components.library;
55+
decLibraryDepends = showDepends decLibrary.config;
56+
libraryDepends = showDepends library.config;
5757

5858
src = ./.;
5959

0 commit comments

Comments
 (0)