From 2a8f51db1f636c710de91a7612944940ae938063 Mon Sep 17 00:00:00 2001 From: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 00:04:55 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- tests/nix/default.nix | 2 +- 1 file(s) changed, 1 insertion(s)(+), 1 deletion(s)(-) diff --git a/tests/nix/default.nix b/tests/nix/default.nix --- a/tests/nix/default.nix +++ b/tests/nix/default.nix @@ -49,7 +49,7 @@ }; testScript = mkOption { type = lines; - default = ''''; + default = ""; description = "test script for runNixOSTest"; apply = stripTyping; }; -- tangled.sh