about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2022-05-22 15:54:39 +0200
committerVladimír Čunát <v@cunat.cz>2022-05-22 15:57:57 +0200
commitbf1aabe3c1b1ca19e8c2f1ef60338b3b4683a77e (patch)
tree6c1798db697505cfb19c8996e16f8dcc52aef9c2 /nixos
parent7283d3942f7947949a131cfa81e5fd0688af3de3 (diff)
nixosTests.custom-ca: fix meta evaluation
Test case: nix eval -f. nixosTests.custom-ca.firefox.meta
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/custom-ca.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/tests/custom-ca.nix b/nixos/tests/custom-ca.nix
index 8e91bd3eead2b..73e47c3c9d0d6 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 ]; }
   ''