nixosTests.custom-ca: lint

Changed files
+1
nixos
+1
nixos/tests/custom-ca.nix
···
};
testScript = ''
+
from typing import Tuple
def execute_as(user: str, cmd: str) -> Tuple[int, str]:
"""
Run a shell command as a specific user.