summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-12-29 20:40:23 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-12-29 20:40:43 +0100
commit91adc0f81c7c9368e6d1830aaaaaefd81ccfa94b (patch)
tree216f36998174253588850f8e3f0b204a110e29da
parent02da52ae167b504bfa5a9b5772473a17a727615c (diff)
downloadnixos-91adc0f81c7c9368e6d1830aaaaaefd81ccfa94b.tar
nixos-91adc0f81c7c9368e6d1830aaaaaefd81ccfa94b.tar.gz
nixos-91adc0f81c7c9368e6d1830aaaaaefd81ccfa94b.tar.bz2
nixos-91adc0f81c7c9368e6d1830aaaaaefd81ccfa94b.tar.xz
nixos-91adc0f81c7c9368e6d1830aaaaaefd81ccfa94b.zip
...
-rw-r--r--overlays/prometheus-lvm-exporter.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlays/prometheus-lvm-exporter.nix b/overlays/prometheus-lvm-exporter.nix
index 8568e24d..bd2ce47b 100644
--- a/overlays/prometheus-lvm-exporter.nix
+++ b/overlays/prometheus-lvm-exporter.nix
@@ -12,7 +12,7 @@
12 postInstall = '' 12 postInstall = ''
13 wrapProgram $out/bin/prometheus-lvm-exporter \ 13 wrapProgram $out/bin/prometheus-lvm-exporter \
14 --set LC_ALL C \ 14 --set LC_ALL C \
15 --add-flags -command --add-flags ${final.lvm2.bin}/bin/lvm 15 --add-flags --command=${final.lvm2.bin}/bin/lvm
16 ''; 16 '';
17 }; 17 };
18} 18}