Merge pull request #38860 from pbogdan/unixtools-modprobe
unixtools.modprobe: fix
This commit is contained in:
@@ -64,7 +64,7 @@ in rec {
|
||||
linux = pkgs.utillinux;
|
||||
};
|
||||
modprobe = singleBinary "modprobe" {
|
||||
linux = pkgs.utillinux;
|
||||
linux = pkgs.kmod;
|
||||
};
|
||||
more = singleBinary "more" {
|
||||
linux = pkgs.utillinux;
|
||||
|
||||
Reference in New Issue
Block a user