nixos/zfs: Add defaultText for 'boot.zfs.package'-option (#122002)
This commit is contained in:
@@ -103,6 +103,7 @@ in
|
|||||||
readOnly = true;
|
readOnly = true;
|
||||||
type = types.package;
|
type = types.package;
|
||||||
default = if config.boot.zfs.enableUnstable then pkgs.zfsUnstable else pkgs.zfs;
|
default = if config.boot.zfs.enableUnstable then pkgs.zfsUnstable else pkgs.zfs;
|
||||||
|
defaultText = "if config.boot.zfs.enableUnstable then pkgs.zfsUnstable else pkgs.zfs";
|
||||||
description = "Configured ZFS userland tools package.";
|
description = "Configured ZFS userland tools package.";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user