summary refs log tree commit diff
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2021-05-08 23:02:08 +0200
committeraszlig <aszlig@nix.build>2021-05-09 02:28:16 +0200
commitb782440a62879f1ea9cfe3b9be4475de924c9a51 (patch)
tree555d5ef1a6b8d141458d243eaf9f70afa431a6a0
parentb4b5dcb66947cf195fd05978cae0eb9d3a708199 (diff)
downloadnixpkgs-b782440a62879f1ea9cfe3b9be4475de924c9a51.tar
nixpkgs-b782440a62879f1ea9cfe3b9be4475de924c9a51.tar.gz
nixpkgs-b782440a62879f1ea9cfe3b9be4475de924c9a51.tar.bz2
nixpkgs-b782440a62879f1ea9cfe3b9be4475de924c9a51.tar.lz
nixpkgs-b782440a62879f1ea9cfe3b9be4475de924c9a51.tar.xz
nixpkgs-b782440a62879f1ea9cfe3b9be4475de924c9a51.tar.zst
nixpkgs-b782440a62879f1ea9cfe3b9be4475de924c9a51.zip
nixosTests.custom-ca: lint
-rw-r--r--nixos/tests/custom-ca.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/custom-ca.nix b/nixos/tests/custom-ca.nix
index 31909188d3a..7ce1101911d 100644
--- a/nixos/tests/custom-ca.nix
+++ b/nixos/tests/custom-ca.nix
@@ -112,6 +112,7 @@ in
     };
 
   testScript = ''
+    from typing import Tuple
     def execute_as(user: str, cmd: str) -> Tuple[int, str]:
         """
         Run a shell command as a specific user.