From 3aab8e3a025162bda20fa03aa571078f20ac3613 Mon Sep 17 00:00:00 2001 From: Charles Suh Date: Mon, 29 Dec 2025 13:01:54 -0800 Subject: [PATCH] multipath-tools: specify `etc_prefix` (as otherwise it defaults to `prefix` which points to the read-only nix store), and it properly reads the configuration file generated by `nixos/modules/services/networking/multipath.nix` at `/etc/multipath.conf` See: https://github.com/opensvc/multipath-tools/commit/98236a2be45d4e1e34debff785a08c3d1f37d0ed Signed-off-by: Charles Suh --- pkgs/by-name/mu/multipath-tools/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/mu/multipath-tools/package.nix b/pkgs/by-name/mu/multipath-tools/package.nix index ae52507b8464..78ba1b5b175a 100644 --- a/pkgs/by-name/mu/multipath-tools/package.nix +++ b/pkgs/by-name/mu/multipath-tools/package.nix @@ -54,6 +54,7 @@ stdenv.mkDerivation (finalAttrs: { "LIB=lib" "prefix=$(out)" "systemd_prefix=$(out)" + "etc_prefix=/" "kernel_incdir=${linuxHeaders}/include/" "man8dir=$(out)/share/man/man8" "man5dir=$(out)/share/man/man5"