drbd: migrate to by-name

linuxPackages.drbd: migrate to by-name
This commit is contained in:
Guy Chronister
2026-04-21 08:44:19 -05:00
parent 2f02d41d31
commit cdb15d6b9f
4 changed files with 1 additions and 3 deletions

View File

@@ -8278,8 +8278,6 @@ with pkgs;
dmraid = callPackage ../os-specific/linux/dmraid { lvm2 = lvm2_dmeventd; };
drbd = callPackage ../os-specific/linux/drbd/utils.nix { };
# unstable until the first 1.x release
fwts = callPackage ../os-specific/linux/fwts { };

View File

@@ -619,7 +619,7 @@ in
hpuefi-mod = callPackage ../os-specific/linux/hpuefi-mod { };
drbd = callPackage ../os-specific/linux/drbd/driver.nix { };
drbd = callPackage ../by-name/dr/drbd/driver.nix { };
nullfsvfs = callPackage ../os-specific/linux/nullfsvfs { };