From 9ec8ebf5ffbd9d18a56ace1781092149159b2848 Mon Sep 17 00:00:00 2001 From: Victor Engmark Date: Sun, 12 Jan 2025 13:09:16 +0100 Subject: [PATCH] nixos/renovate: Add note about linting systemd scripts --- nixos/tests/renovate.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/tests/renovate.nix b/nixos/tests/renovate.nix index 4bfdab4edec3..52bcc867173c 100644 --- a/nixos/tests/renovate.nix +++ b/nixos/tests/renovate.nix @@ -31,6 +31,8 @@ import ./make-test-python.nix ( enable = true; settings.server.HTTP_PORT = 3000; }; + # Uncomment the next line to lint service scripts (Note: breaks VM startup; see #373166) + #systemd.enableStrictShellChecks = true; }; testScript = ''