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

main
Vladimír Čunát 2 years ago
commit c70995bae3
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
  1. 2
      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 ]; }
''

Loading…
Cancel
Save