tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/renovate: Add note about linting systemd scripts
Victor Engmark
1 year ago
9ec8ebf5
fac37525
+2
1 changed file
expand all
collapse all
unified
split
nixos
tests
renovate.nix
+2
nixos/tests/renovate.nix
reviewed
···
31
31
enable = true;
32
32
settings.server.HTTP_PORT = 3000;
33
33
};
34
34
+
# Uncomment the next line to lint service scripts (Note: breaks VM startup; see #373166)
35
35
+
#systemd.enableStrictShellChecks = true;
34
36
};
35
37
36
38
testScript = ''