lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

renovate: Enable strict shell checks in tests (#430062)

authored by

Aleksana and committed by
GitHub
6ee281f8 c3ff8469

+1 -2
+1 -2
nixos/tests/renovate.nix
··· 30 30 enable = true; 31 31 settings.server.HTTP_PORT = 3000; 32 32 }; 33 - # Uncomment the next line to lint service scripts (Note: breaks VM startup; see #373166) 34 - #systemd.enableStrictShellChecks = true; 33 + systemd.enableStrictShellChecks = true; 35 34 }; 36 35 37 36 testScript = ''