From 5b78f8515484cbd2a43b2a122b03c749f04c72ec Mon Sep 17 00:00:00 2001 From: Jacek Galowicz Date: Mon, 27 Apr 2026 14:08:32 +0000 Subject: [PATCH] nixos-test-driver: don't make warnings in the linter errors at this point --- nixos/lib/testing/driver.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/lib/testing/driver.nix b/nixos/lib/testing/driver.nix index 7421c25b2fbd..69392eb052af 100644 --- a/nixos/lib/testing/driver.nix +++ b/nixos/lib/testing/driver.nix @@ -85,7 +85,7 @@ let echo "Running type check (enable/disable: config.skipTypeCheck)" echo "See https://nixos.org/manual/nixos/stable/#test-opt-skipTypeCheck" - ty check --error-on-warning testScriptWithTypes + ty check testScriptWithTypes ''} ${lib.optionalString (!config.skipLint) ''