mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 12:58:39 +00:00
nixos/zfs: Fix typo in option doc
This commit is contained in:
parent
1c84667539
commit
ce5b1e007e
@ -220,7 +220,7 @@ in
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
default = if cfgZfs.enableUnstable then pkgs.zfsUnstable else pkgs.zfs;
|
||||
defaultText = literalExpression "if zfsUnstable is enabled then pkgs.zfsUnstable else pkgs.zfs";
|
||||
defaultText = literalExpression "if enableUnstable is enabled then pkgs.zfsUnstable else pkgs.zfs";
|
||||
description = lib.mdDoc "Configured ZFS userland tools package, use `pkgs.zfsUnstable` if you want to track the latest staging ZFS branch.";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user