From bf1aabe3c1b1ca19e8c2f1ef60338b3b4683a77e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Sun, 22 May 2022 15:54:39 +0200 Subject: [PATCH] nixosTests.custom-ca: fix meta evaluation Test case: nix eval -f. nixosTests.custom-ca.firefox.meta --- nixos/tests/custom-ca.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/tests/custom-ca.nix b/nixos/tests/custom-ca.nix index 8e91bd3eead..73e47c3c9d0 100644 --- a/nixos/tests/custom-ca.nix +++ b/nixos/tests/custom-ca.nix @@ -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 ]; } ''