nixosTests.custom-ca: fix meta evaluation

Test case: nix eval -f. nixosTests.custom-ca.firefox.meta
This commit is contained in:
Vladimír Čunát 2022-05-22 15:54:39 +02:00
parent 7283d3942f
commit bf1aabe3c1
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -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 ]; }
''