Skip to content

Commit 2a481b6

Browse files
committed
feat: overlay cleanup
1 parent 54b18e7 commit 2a481b6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

flake.nix

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -325,15 +325,10 @@
325325
# Also install the default counters CSV files
326326
prometheus-dcgm-exporter = prev.prometheus-dcgm-exporter.overrideAttrs (oldAttrs: {
327327
patches = (oldAttrs.patches or [ ]) ++ [ ./patches/dcgm-exporter-fix-ldconfig.patch ];
328-
nativeBuildInputs = (oldAttrs.nativeBuildInputs or [ ]) ++ [ final.makeWrapper ];
329328
postInstall = (oldAttrs.postInstall or "") + ''
330329
mkdir -p $out/etc
331330
cp $src/etc/*.csv $out/etc/
332331
'';
333-
postFixup = (oldAttrs.postFixup or "") + ''
334-
wrapProgram "$out/bin/dcgm-exporter" \
335-
--prefix PATH : "${final.glibc.bin}/bin"
336-
'';
337332
});
338333
})
339334
(final: prev: {

0 commit comments

Comments
 (0)