lol

aws-crt-cpp: add nix as reverse dependency to passthru.tests

+5
+5
pkgs/development/libraries/aws-crt-cpp/default.nix
··· 12 12 , aws-checksums 13 13 , cmake 14 14 , s2n-tls 15 + , nix 15 16 }: 16 17 17 18 stdenv.mkDerivation rec { ··· 64 65 # Prevent dependency cycle. 65 66 moveToOutput lib/aws-crt-cpp/cmake "$dev" 66 67 ''; 68 + 69 + passthru.tests = { 70 + inherit nix; 71 + }; 67 72 68 73 meta = with lib; { 69 74 description = "C++ wrapper around the aws-c-* libraries";