mdadm: Make 4.0 the default
4.0 has been out for a year without another upstream release, so presumably 4.x's quite stable enough (and already in Arch & Debian Buster for instance).
This commit is contained in:
@@ -13200,8 +13200,8 @@ with pkgs;
|
||||
|
||||
mbpfan = callPackage ../os-specific/linux/mbpfan { };
|
||||
|
||||
mdadm = callPackage ../os-specific/linux/mdadm { };
|
||||
mdadm4 = callPackage ../os-specific/linux/mdadm/4.nix { };
|
||||
mdadm = mdadm4;
|
||||
mdadm4 = callPackage ../os-specific/linux/mdadm { };
|
||||
|
||||
mingetty = callPackage ../os-specific/linux/mingetty { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user