We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
with-packages
1 parent 0b332f8 commit 637a6b8Copy full SHA for 637a6b8
test/with-packages/default.nix
@@ -52,8 +52,8 @@ in recurseIntoAttrs {
52
53
run = stdenv.mkDerivation {
54
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;
+ decLibraryDepends = showDepends decLibrary.config;
+ libraryDepends = showDepends library.config;
57
58
src = ./.;
59
0 commit comments