mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
lib: add missing removeAttrs builtin
I'm expecting all the builtins.* functions to be available in lib.*
This commit is contained in:
parent
2ba48cc8de
commit
ad0b21fbbc
@ -9,7 +9,7 @@ let
|
||||
in
|
||||
|
||||
rec {
|
||||
inherit (builtins) attrNames listToAttrs hasAttr isAttrs getAttr;
|
||||
inherit (builtins) attrNames listToAttrs hasAttr isAttrs getAttr removeAttrs;
|
||||
|
||||
|
||||
/* Return an attribute from nested attribute sets.
|
||||
|
Loading…
Reference in New Issue
Block a user