nixos/tests/docker-tools*: remove useless formatter

This commit is contained in:
Robert Hensing
2021-05-08 15:03:20 +02:00
parent a67c97a5eb
commit 4035049af3
3 changed files with 9 additions and 0 deletions
+3
View File
@@ -73,4 +73,7 @@ in {
"docker rmi ${hello2.imageName}",
)
'';
# Remove when the formatter has been removed and a linter has been added
skipLint = true;
})