cntr: fix passthru.tests with ofborg

This commit is contained in:
zowoq 2022-09-24 17:14:05 +10:00
parent de80fd541f
commit 48f449716d

View file

@ -13,9 +13,7 @@ rustPlatform.buildRustPackage rec {
cargoSha256 = "sha256-3e5wDne6Idu+kDinHPcAKHfH/d4DrGg90GkiMbyF280=";
passthru.tests = {
nixos = nixosTests.cntr;
};
passthru.tests = nixosTests.cntr;
meta = with lib; {
description = "A container debugging tool based on FUSE";