mirror of
https://github.com/NixOS/nixos-hardware
synced 2025-02-05 23:55:05 +01:00
Fix doc build by adding missing defaultText
This commit is contained in:
parent
9368027715
commit
cbefe8bde7
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ in {
|
|||
default = lib.and
|
||||
(lib.versionAtLeast (lib.versions.majorMinor lib.version) "24.05")
|
||||
kernel_version_compatible;
|
||||
defaultText = "enabled by default on NixOS >= 24.05 and kernel >= 6.10";
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue