Loading pkgs/os-specific/linux/lvm2/2_03.nix +2 −2 Original line number Diff line number Diff line import ./common.nix { version = "2.03.34"; hash = "sha256-P05459bEkii00XPqCOvhWIc9VEV/un0x0qvr3d0Odbk="; version = "2.03.35"; hash = "sha256-6/KLNCdTXitavZmRzYObYWIqDb+4yG3w968fadyqg3E="; } pkgs/os-specific/linux/lvm2/common.nix +1 −0 Original line number Diff line number Diff line Loading @@ -204,6 +204,7 @@ stdenv.mkDerivation rec { moveToOutput bin/blkdeactivate $scripts moveToOutput bin/lvmdump $scripts moveToOutput bin/lvm_import_vdo $scripts moveToOutput bin/lvmpersist $scripts moveToOutput libexec/lvresize_fs_helper $scripts/lib '' + lib.optionalString (!enableCmdlib) '' Loading Loading
pkgs/os-specific/linux/lvm2/2_03.nix +2 −2 Original line number Diff line number Diff line import ./common.nix { version = "2.03.34"; hash = "sha256-P05459bEkii00XPqCOvhWIc9VEV/un0x0qvr3d0Odbk="; version = "2.03.35"; hash = "sha256-6/KLNCdTXitavZmRzYObYWIqDb+4yG3w968fadyqg3E="; }
pkgs/os-specific/linux/lvm2/common.nix +1 −0 Original line number Diff line number Diff line Loading @@ -204,6 +204,7 @@ stdenv.mkDerivation rec { moveToOutput bin/blkdeactivate $scripts moveToOutput bin/lvmdump $scripts moveToOutput bin/lvm_import_vdo $scripts moveToOutput bin/lvmpersist $scripts moveToOutput libexec/lvresize_fs_helper $scripts/lib '' + lib.optionalString (!enableCmdlib) '' Loading