{linuxPackages.,}drbd: migrate to by-name, modernize derivation (#512105)

This commit is contained in:
Alyssa Ross
2026-05-27 18:49:25 +00:00
committed by GitHub
4 changed files with 1 additions and 3 deletions
-2
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 { };
+1 -1
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 { };