Merge #173996: nixosTests.custom-ca: fix meta evaluation

This commit is contained in:
Vladimír Čunát 2022-05-23 17:52:11 +02:00
commit c70995bae3
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

@ -11,6 +11,8 @@
with import ../lib/testing-python.nix { inherit system pkgs; };
let
inherit (pkgs) lib;
makeCert = { caName, domain }: pkgs.runCommand "example-cert"
{ buildInputs = [ pkgs.gnutls ]; }
''