mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 05:17:38 +00:00
Merge #173996: nixosTests.custom-ca: fix meta evaluation
This commit is contained in:
commit
c70995bae3
@ -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 New Issue
Block a user