nixos/zfs: Add defaultText for 'boot.zfs.package'-option (#122002)

This commit is contained in:
Jens Nolte
2021-05-13 23:40:10 +02:00
committed by GitHub
parent 6920440a69
commit 22e797947b

View File

@@ -103,6 +103,7 @@ in
readOnly = true;
type = types.package;
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.";
};