mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-08 21:23:53 +00:00
treewide: use lib.warn for compatibility (#1228)
This commit is contained in:
parent
d5da1a14c3
commit
c022a9ea08
4 changed files with 8 additions and 4 deletions
|
|
@ -1,9 +1,10 @@
|
|||
{lib}: let
|
||||
inherit (builtins) warn toJSON;
|
||||
inherit (builtins) toJSON;
|
||||
inherit (lib.options) mergeEqualOption;
|
||||
inherit (lib.lists) singleton;
|
||||
inherit (lib.strings) isString stringLength match;
|
||||
inherit (lib.types) listOf mkOptionType coercedTo;
|
||||
inherit (lib.trivial) warn;
|
||||
in {
|
||||
mergelessListOf = elemType:
|
||||
mkOptionType {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue