add service name to log lines
This commit is contained in:
10
overlay.nix
10
overlay.nix
@@ -4,6 +4,16 @@ in
|
||||
extraPkgs // {
|
||||
strace = prev.strace.override { libunwind = null; };
|
||||
|
||||
s6 = prev.s6.overrideAttrs(o: {
|
||||
patches =
|
||||
(if o ? patches then o.patches else []) ++ [
|
||||
(final.fetchpatch {
|
||||
# add "p" directive in s6-log
|
||||
url = "https://github.com/skarnet/s6/commit/ddc76841398dfd5e18b22943727ad74b880236d3.patch";
|
||||
hash = "sha256-fBtUinBdp5GqoxgF6fcR44Tu8hakxs/rOShhuZOgokc=";
|
||||
})];
|
||||
});
|
||||
|
||||
dnsmasq =
|
||||
let d = prev.dnsmasq.overrideAttrs(o: {
|
||||
preBuild = ''
|
||||
|
Reference in New Issue
Block a user