3
0
Fork 0
forked from mirrors/nixpkgs

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.";
};