Loading
nixos/munin: fix internAndFixPlugins mangling store paths
The previous implementation works fine when the plugins do not already contain store paths, which is the case for stuff from munin-contrib. However, for plugins generated via nix (e.g. with writeShellScriptBin), it tries to fix the paths in it which already point to the nix store, ruining everything.