nixosTests.custom-ca: fix meta evaluation
Test case: nix eval -f. nixosTests.custom-ca.firefox.meta
This commit is contained in:
parent
7283d3942f
commit
bf1aabe3c1
1 changed files with 2 additions and 0 deletions
|
@ -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 ]; }
|
||||
''
|
||||
|
|
Loading…
Reference in a new issue