We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4bf30f + f2128f8 commit 2b6b141Copy full SHA for 2b6b141
pkgs/tools/system/netdata/default.nix
@@ -234,6 +234,7 @@ stdenv'.mkDerivation (finalAttrs: {
234
wrapProgram $out/bin/netdata-claim.sh --prefix PATH : ${lib.makeBinPath [ openssl ]}
235
wrapProgram $out/libexec/netdata/plugins.d/cgroup-network-helper.sh --prefix PATH : ${lib.makeBinPath [ bash ]}
236
wrapProgram $out/bin/netdatacli --set NETDATA_PIPENAME /run/netdata/ipc
237
+ substituteInPlace $out/lib/netdata/conf.d/go.d/sensors.conf --replace-fail '/usr/bin/sensors' '${lm_sensors}/bin/sensors'
238
239
# Time to cleanup the output directory.
240
unlink $out/sbin
0 commit comments