mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
openafs: minor documentation fix
This commit is contained in:
parent
52ea2f59f5
commit
c9d5546635
@ -155,7 +155,7 @@ in
|
||||
};
|
||||
programs = mkOption {
|
||||
default = getBin pkgs.openafs;
|
||||
defaultText = "config.boot.kernelPackages.openafs";
|
||||
defaultText = "getBin pkgs.openafs";
|
||||
type = types.package;
|
||||
description = "OpenAFS programs package. MUST match the kernel module package!";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user