1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

lib: Add a TODO for builtins not available in sub-libraries

This commit is contained in:
Silvan Mosberger 2024-06-20 19:01:19 +02:00
parent 1e4f04d4d6
commit 5d892a8ea5

View file

@ -64,9 +64,9 @@ let
# linux kernel configuration
kernel = callLibs ./kernel.nix;
inherit (builtins) addErrorContext
isPath
trace;
# TODO: For consistency, all builtins should also be available from a sub-library;
# these are the only ones that are currently not
inherit (builtins) addErrorContext isPath trace;
inherit (self.trivial) id const pipe concat or and xor bitAnd bitOr bitXor
bitNot boolToString mergeAttrs flip mapNullable inNixShell isFloat min max
importJSON importTOML warn warnIf warnIfNot throwIf throwIfNot checkListOfEnum