summary refs log tree commit diff
path: root/nixos/tests/docker-tools-cross.nix
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2021-05-10 09:45:47 +0200
committerJan Tojnar <jtojnar@gmail.com>2021-05-10 09:45:47 +0200
commit594a8859129863e62326980556e3b5a6ee5252cb (patch)
tree91631f16fd8d92bb4f3dae42cf34b5d4021f5a47 /nixos/tests/docker-tools-cross.nix
parent680b33fe37d4b6fd0bd8fe596ed438c88bfb3637 (diff)
parentf4d69ad1f211b18f93d3b39d20d9d3c5a5b5fb71 (diff)
Merge branch 'staging-next' into staging
Diffstat (limited to 'nixos/tests/docker-tools-cross.nix')
-rw-r--r--nixos/tests/docker-tools-cross.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/nixos/tests/docker-tools-cross.nix b/nixos/tests/docker-tools-cross.nix
index 91a6c9540080f..a7a6a31475d67 100644
--- a/nixos/tests/docker-tools-cross.nix
+++ b/nixos/tests/docker-tools-cross.nix
@@ -73,7 +73,4 @@ in {
             "docker rmi ${hello2.imageName}",
         )
   '';
-
-  # Remove when the formatter has been removed and a linter has been added
-  skipLint = true;
 })