Skip to content

Commit 23cf3ee

Browse files
jfrocheyvan-sraka
authored andcommitted
ci: make sure we cache system manager and its test dependencies
1 parent 7d578f0 commit 23cf3ee

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

nix/checks.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,9 @@
315315
inherit self;
316316
inherit pkgs;
317317
})
318-
);
318+
)
319+
// pkgs.lib.optionalAttrs (pkgs.stdenv.hostPlatform.isLinux) {
320+
inherit (self'.packages) ansible-test run-testinfra docker-image-ubuntu;
321+
};
319322
};
320323
}

0 commit comments

Comments
 (0)