unixtools.modprobe: fix
This commit is contained in:
parent
b1fa009aa2
commit
0b9ca7875a
@ -64,7 +64,7 @@ in rec {
|
|||||||
linux = pkgs.utillinux;
|
linux = pkgs.utillinux;
|
||||||
};
|
};
|
||||||
modprobe = singleBinary "modprobe" {
|
modprobe = singleBinary "modprobe" {
|
||||||
linux = pkgs.utillinux;
|
linux = pkgs.kmod;
|
||||||
};
|
};
|
||||||
more = singleBinary "more" {
|
more = singleBinary "more" {
|
||||||
linux = pkgs.utillinux;
|
linux = pkgs.utillinux;
|
||||||
|
Loading…
Reference in New Issue
Block a user