about summary refs log tree commit diff
path: root/nixos/tests/docker-tools-cross.nix
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2021-05-08 15:03:20 +0200
committerRobert Hensing <robert@roberthensing.nl>2021-05-08 15:03:20 +0200
commit4035049af3e45554ffc4d8b4c30fd43ae9cd328a (patch)
tree904099d7e2b501eeeedd82aa120f5592ef3ad757 /nixos/tests/docker-tools-cross.nix
parenta67c97a5eb0c2aa15b42e0144f27f0b20eeb8a1c (diff)
nixos/tests/docker-tools*: remove useless formatter
Diffstat (limited to 'nixos/tests/docker-tools-cross.nix')
-rw-r--r--nixos/tests/docker-tools-cross.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/tests/docker-tools-cross.nix b/nixos/tests/docker-tools-cross.nix
index a7a6a31475d67..91a6c9540080f 100644
--- a/nixos/tests/docker-tools-cross.nix
+++ b/nixos/tests/docker-tools-cross.nix
@@ -73,4 +73,7 @@ in {
             "docker rmi ${hello2.imageName}",
         )
   '';
+
+  # Remove when the formatter has been removed and a linter has been added
+  skipLint = true;
 })